Feeds
提问
Error using inputdlg: dialogs disabled
Hello, Anytime I try to use a toolbox designed for MATLAB that has input dialogs, I get the following error. I am running Mac O...
5 years 前 | 1 个回答 | 0
1
个回答提问
Loop filenames into cell array that has numbers
Hi I am trying to create a cell array that has strings in the first column and numbers in the second but I keep getting a conver...
8 years 前 | 1 个回答 | 0
1
个回答提问
How do I get a script to return a 0 instead of stopping the loop if a specified field does not exist?
mat = dir('*.mat'); a = zeros(length(mat),1); for q = 1:length(mat) load(mat(q).name); a(q,1) = (DATA.Rating); end ...
8 years 前 | 1 个回答 | 0
