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?

回答 (2 件)

Matt J
Matt J 2013 年 1 月 27 日

0 投票

Execute whos(S) in the workspace where S lives.
Azzi Abdelmalek
Azzi Abdelmalek 2013 年 1 月 27 日
編集済み: Azzi Abdelmalek 2013 年 1 月 27 日

0 投票

If S is not defined, maybe it is a function. Check it by
dir s.m

1 件のコメント

Matt J
Matt J 2013 年 1 月 27 日
Or
which S(1,1)

この質問は閉じられています。

タグ

質問済み:

2013 年 1 月 27 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by