Feeds
답변 있음
Input cell to function
Nope. Doesn't work. That reads grades{n,:} into gpa as a single value. So, in the function, nargin = 1, when it should = betw...
Input cell to function
Nope. Doesn't work. That reads grades{n,:} into gpa as a single value. So, in the function, nargin = 1, when it should = betw...
거의 12년 전 | 0
질문
Input cell to function
I have written a function which accepts as an input a cell array consisting of any number of strings. I have it structured as f...
거의 12년 전 | 답변 수: 2 | 0
2
답변질문
Passing strings into function i get 'too many input arguments'
I've written a function to calculate gpa. I would like to pass in any number of inputs into the function, for example gpa('a+',...
거의 12년 전 | 답변 수: 0 | 0