File Exchange Pick of the Week

Our best user submissions

快速创建一个交互式的数据查看器,有选项卡bed figures

Jiro‘s pick this week isTabbed FigurebyCurtis.

Have you ever wanted to visualize a bunch of data so that you can quickly explore through them? Well, that sounds like a pretty standard thing to do in MATLAB. I can easily create plots, perhaps on separatefigurewindows, orsubplots, or multiple lines on a graph. But if I need to organize them a bit more so that I can quickly switch between the graphs, I may need to create a nice user interface for it. But that would take some time. I have to think about the layout, work on the backend plumbing, and display the appropriate data at the appropriate location.

Curtis’stfigurelets me create such an “app” without requiring much more effort than creating regular plots. Take a look at this video below. I just create my data … create the tabs … display my data … and voila! I have an interactive app for exploring my data.

The code is written using object-oriented programming in MATLAB, and Curtis includes nice documentation as well as a demo code.

Comments

Give it a try and let us know what you thinkhereor leave acommentfor Curtis.

|
  • print
  • send email

Comments

To leave a comment, please clickhereto sign in to your MathWorks Account or create a new one.