is it an array?
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Ca_len = S(1,1)*S(1,2);
S is not defined anywhere. i want to know what it is. is it an array?
0 个评论
回答(2 个)
Azzi Abdelmalek
2013-1-27
编辑:Azzi Abdelmalek
2013-1-27
If S is not defined, maybe it is a function. Check it by
dir s.m
1 个评论
Matt J
2013-1-27
Or
which S(1,1)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!