'rows' function meaning in matlab
16 views (last 30 days)
Show older comments
c=a(:), 'rows';
Can someone suggest the meaning of above matlab statement.
0 Comments
Accepted Answer
Azzi Abdelmalek
on 12 May 2016
Edited: Azzi Abdelmalek
on 12 May 2016
'rows'
This will display the word 'rows'. If you type
'any word'
This will display
any word
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!