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!