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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
