is it an array?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Ca_len = S(1,1)*S(1,2);
S is not defined anywhere. i want to know what it is. is it an array?
Antworten (2)
Matt J
am 27 Jan. 2013
0 Stimmen
Execute whos(S) in the workspace where S lives.
Azzi Abdelmalek
am 27 Jan. 2013
Bearbeitet: Azzi Abdelmalek
am 27 Jan. 2013
If S is not defined, maybe it is a function. Check it by
dir s.m
1 Kommentar
Matt J
am 27 Jan. 2013
Or
which S(1,1)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!