Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

is it an array?

2 views (last 30 days)
Femi Joy
Femi Joy on 27 Jan 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
Ca_len = S(1,1)*S(1,2);
S is not defined anywhere. i want to know what it is. is it an array?

Answers (2)

Matt J
Matt J on 27 Jan 2013
Execute whos(S) in the workspace where S lives.

Azzi Abdelmalek
Azzi Abdelmalek on 27 Jan 2013
Edited: Azzi Abdelmalek on 27 Jan 2013
If S is not defined, maybe it is a function. Check it by
dir s.m

This question is closed.

Tags

Community Treasure Hunt

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

Start Hunting!