Missing Plot Tools button in Matlab 2018b

24 次查看(过去 30 天)
Hi,
I'm missing the plot tools button in my figure in the last Matlab 2018b release. Does anyone know how to make it appear again? Even when I'm running the plottools command, the figure just closes. Did they remove this tool?
Thanks

采纳的回答

Michelle Hirsch
Michelle Hirsch 2018-11-9
Plot tools are still there, though we are starting to favor workflows like using the new inspector (now the last button on the figure toolbar). You can bring back each of the three components of the plot tools using the figure View menu.
  2 个评论
Corinne Jones
Corinne Jones 2019-2-25
Thank you, Michelle. This is terribly inefficient, however, especially if you use plot tools frequently.
Ali Moshrefzadeh
Ali Moshrefzadeh 2019-5-20
So annoying!
You have to repeat the whole process for each figure.

请先登录,再进行评论。

更多回答(4 个)

Sarah
Sarah 2019-3-6
Just wanted to add to this. I use the Plot Browser constantly to turn on/off different sets of lines (I often don't know which results will be the most useful until I look at a lot of them) and as a pseudo legend (I turn off the real legend because it doesn't work sometimes with the number of lines I plot at once). I also use the plottools docked capability as a great way to switch between plots quickly.
  1 个评论
Michelle Hirsch
Michelle Hirsch 2019-3-6
Thanks for the input, Sarah. What do you mean by this comment:
"I also use the plottools docked capability as a great way to switch between plots quickly"?

请先登录,再进行评论。


Sarah
Sarah 2019-3-7
So here's an effort to show both at once. I'm using the Plot Browser as a legend and too turn things on and off (sometimes I'll make a whole group of lines one color or linestyle as well). You'll see that I have 7 figures docked here. That's not unusual for me. I often have more figures at one time (anything up to 15 is typical). I'll generate via a script and set them to specific figure numbers (not so much in this example - only the 101 and 102 fall into that category). The next step might might involved me reading results for a variation and I would plot those as 201 and 202. Let me lay out the scenario more specifically below the image.
Capture.JPG
1) Run a model in a finite element solver.
2) Run a postprocessing script in Matlab that reads the resuts, modify as needed, and plots into specific figure numbers, say 100-105. 100 might be pressure, 101 power, 102 impedance etc.
3) Dock those figures in the plottools window.
4) Run a variation of the model.
5) Run v2 (which is the same as v1, just with a different model name and results file as I usually write the scripts to take those two pieces of info at the beginning and everything else below is variable names) of the postprocessing and plot into 200-205.
6) Dock those figures.
7) Use the plottools interface to jump quickly between 100/200, 101/201, etc. to compare changes in the results. That let's you easily see how the frequency or magnitude or shape changed from one version to the next.
8) Use the Plot Browser as a legend since there might be 40+ lines on the plot and as a way to turn off currently undesired lines (and then turn them back on when I want to look at that part of the results) or change color/style.
9) Possibly update scripts to explicitly plot what I've been testing manually (in terms of color, style, which lines etc.) in the Plot Browser.
10) Run more models and repeat.
  3 个评论
Sarah
Sarah 2019-3-7
Happy to chat anytime or visit in person. I'm right down the road from you in Framingham. :)
Scott Nuccio
Scott Nuccio 2019-6-26
See my post below. Should help you add, edit, and hide buttons to the toolbar.

请先登录,再进行评论。


Scott Nuccio
Scott Nuccio 2019-6-26

Ali Moshrefzadeh
Ali Moshrefzadeh 2019-6-26

类别

Help CenterFile Exchange 中查找有关 Graphics Object Properties 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by