Clear Filters
Clear Filters

why variables editor cannot display cell array even it is a small one?

1 view (last 30 days)
Please see the photo. My matlab version is 2015b.

Accepted Answer

KSSV
KSSV on 12 May 2017
Use
val{1}
val{2}
etc..
You have to access a cell by {}.
  3 Comments
Francis Z. Fan
Francis Z. Fan on 14 May 2017
Thank you again!I have clicked it but no use, it just showed what you can see from the picture I have attached.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!