is it an array?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
Ca_len = S(1,1)*S(1,2);
S is not defined anywhere. i want to know what it is. is it an array?
Réponses (2)
Matt J
le 27 Jan 2013
0 votes
Execute whos(S) in the workspace where S lives.
Azzi Abdelmalek
le 27 Jan 2013
Modifié(e) : Azzi Abdelmalek
le 27 Jan 2013
If S is not defined, maybe it is a function. Check it by
dir s.m
1 commentaire
Matt J
le 27 Jan 2013
Or
which S(1,1)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!