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