Feeds
質問
How to avoid for-loop in the following code
Hi, I have two data sets data_1 and data_2 of size 256x256xn. One coordinate-vector thr size 1xn and one data set data_mean o...
12年弱 前 | 0 件の回答 | 0
0
回答回答済み
how can i export datas from excel and let matlab run it. the excel has names of students and their grades. i have this code for the gading but dont know how to go about itin excel... please what is the best way of going about this?
If you want to do this in Matlab you can use xlsread to import the data in Matlab: name = xlsread('filename', 'sheet', 'range...
how can i export datas from excel and let matlab run it. the excel has names of students and their grades. i have this code for the gading but dont know how to go about itin excel... please what is the best way of going about this?
If you want to do this in Matlab you can use xlsread to import the data in Matlab: name = xlsread('filename', 'sheet', 'range...
約12年 前 | 0
| 採用済み
質問
Compiling C++ file to *.mex64 leads to "unresolved external symbol" (conversion from size_t to int most likely the reason"
I have an old C++ source code which was successfully compiled to *.mex32 years ago (with MSVC8.0). With the help of the old opti...
約12年 前 | 1 件の回答 | 0
1
回答質問
maximum possible array in Matlab R2012a
I changed from Matlab R2011b to R2012a. Right after the start the size for max. possible array is only 523MB, which had been 812...
13年弱 前 | 1 件の回答 | 0