Feeds
提问
How to create a c++struct which is defined in extern c++ lib in MATLAB?
I want to call a c++ method in matlab like: loadlibrary('ASICamera2'); p = libpointer('string'); gpsData = struct(); x = cal...
2 years 前 | 1 个回答 | 0
1
个回答提问
how to use ga function to calculate a matrix
I want to use ga function to calculate a matrix with 13 × 1 shape. In the folloing code, spectra is a 413 × 13 matrix, random_m...
2 years 前 | 1 个回答 | 0
