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
If S is not defined, maybe it is a function. Check it by
dir s.m

此问题已关闭。

标签

提问:

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