'rows' function meaning in matlab

c=a(:), 'rows';
Can someone suggest the meaning of above matlab statement.

 Accepted Answer

Azzi Abdelmalek
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

1 Comment

Thanks a lot. So how will it be using ? what is the advantage of using 'rows'

Sign in to comment.

More Answers (0)

Categories

Asked:

on 12 May 2016

Commented:

on 13 May 2016

Community Treasure Hunt

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

Start Hunting!