Feeds
質問
Iterating over array in pair-wise manner and calling function with two args and taking max over all pairs
I am using a library function written by someone else. It is here. I am calling that function with no problem: roi_1 = [0 0 0...
3年以上 前 | 2 件の回答 | 0
2
回答質問
In the MATLAB mexFunction how do you assign GNU Scientific Library matrices and vectors to plhs?
My question is here.
5年弱 前 | 0 件の回答 | 0
0
回答回答済み
Calling method in the GNU Scientific Library
>> mex -v -L/home/reine097/c-libs/lib/ -R2017b run_svd.c calculate_svd_example.c -lgsl -lgslcblas -lm
Calling method in the GNU Scientific Library
>> mex -v -L/home/reine097/c-libs/lib/ -R2017b run_svd.c calculate_svd_example.c -lgsl -lgslcblas -lm
5年弱 前 | 0
| 採用済み
質問
Calling method in the GNU Scientific Library
I want to call a function in the GNU Scientific Library (GSL) from MATLAB. In particular, I want to call this method: int...
5年弱 前 | 2 件の回答 | 0
