??? Undefined function or method 'mmq' for input arguments of type 'cell'.
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I made a program that is supposed to have as input a matrix(D) and a cell array (b), but when I try to use it I get that error. Here's the first part of the program:
function g=mmq(D,b)
syms x;
for i=1:length(b);
b{i}=inline(b{i});
end
4 Kommentare
Walter Roberson
am 10 Jan. 2013
When you call it from the command window, how do you call it?
Is the function stored in mmq.m and is that on the path ?
Antworten (0)
Siehe auch
Kategorien
Mehr zu Operators and Elementary Operations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!