搜索资源列表
vcmat
- 以前使用matlab和vc混合编程都使用的是先将m程序用mcc转化成dll,再在vc中调用 的方法。这种方法对比较复杂的m文件很方便,但是对一些小的程序,如曲线可视化、计算矩阵特征值等,对这些只需要一两行代码的小程序,再使用dll就得不偿失了。经过试验后,发现可以直接在C++程序中调用matlab c/c++ math & graphic library的函数。-before using Matlab and vc mixed programming using the first proc
Logistic--curve-prediction
- Logistic(逻辑斯蒂)曲线模型是一种预测模型,该代码实现了L曲线的预测。-Logistic curve model is an important method which used widely in prediction. This code will help achieve the prediction.
ilovematlab总变分超分辨率重建
- 利用tikhonnov正则化的方法求解病态方程的解。包括利用L曲线法求解所需平衡参数(Tikhonnov regularization method is used to solve the ill conditioned equation. Including the use of L curve method to solve the required balance parameters.)