??? Undefined function or method 'mmq' for input arguments of type 'cell'.
9 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2013-1-10
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 ?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Operators and Elementary Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!