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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0