How to display all variable names in the plot browser window of a plot?

I have just figured out how to display variable names in the plot browser window in a plot. However, it displays only upto 50 names at a time. I cannot find any option to view names of all the variables. I am using the following command:
% let ens be an array of size 120X1800
plot(ens','displayname','ens');plotbrowser on;
Your help will be very appreciated. Thanks.

댓글 수: 3

It displays all 120 variables for me; even, 1800 variables when using plot(ens,'displayname','ens'); plotbrowser on; So, I do not see any problem with the code. Does your issue somehow relate with machine memory? I am using ens = rand(128,1800) with 4GB RAM in Mac.
Mine doesn't. At the bottom of the list it says "And 70 more..." and you can't expand it. I guess it figures no one would ever need to interactively check/uncheck so many items and would do it programmatically instead.
TS Sharma
TS Sharma 2014년 12월 18일
편집: TS Sharma 2014년 12월 18일
I just came to know that it is a bug in MATLAB R2014b, which has been reported. There is no such problem with the previous version.

댓글을 달려면 로그인하십시오.

 채택된 답변

TS Sharma
TS Sharma 2014년 12월 18일

0 개 추천

I just came to know that it is a bug in MATLAB R2014b, which has been reported. There is no such problem with the previous version.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Exploration에 대해 자세히 알아보기

질문:

2014년 12월 15일

답변:

2014년 12월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by