Feeds
질문
How to copy axes with colormap?
I currently am working on a GUI that can export a plot to an image file using exportdlg. It takes the axes the plot is in and us...
거의 7년 전 | 답변 수: 0 | 1
0
답변질문
How to save cells of multi-indexed array as cells in another array?
Hey there, Right now I'm currently working on a program that creates a 3 level multiindexed array with 3 fields: 'Type', 'Angle...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Why is the box and axes of my plot not appearing when I replot?
So I am working on a mult-use GUI that processes data into different plots. Right now I have a clear button to clear axes when ...
거의 7년 전 | 답변 수: 1 | 0
1
답변답변 있음
How do you clear multiple elements of an axes in a GUI
I solved my issue by using: set(findobj(gcf, 'type','legend'), 'Visible','off'); I would recommend using this method for clear...
How do you clear multiple elements of an axes in a GUI
I solved my issue by using: set(findobj(gcf, 'type','legend'), 'Visible','off'); I would recommend using this method for clear...
거의 7년 전 | 0
| 수락됨
질문
How do you clear multiple elements of an axes in a GUI
So I have a UI panel set up in my GUI to take in a subplot(s) I've created. Essentially different number of plots should be able...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How to save contents of uipanel
Hi there, I've been working a project and recently solved an issue of using subplots by switching to a uipanel in my gui from a...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
I am trying to update a series of plots within a subplot in a GUI
I am programming a GUI to take in data from .dat files and graph them. The options should create a subplot with up to 3 selectio...
대략 7년 전 | 답변 수: 0 | 0
0
답변질문
How to update Subplots in GUI
Hi there, I'm having trouble in generating a subplot for my GUI. I essentially have a gui linked to a chickbox that creates a ...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Trying To Create Listbox that Reads Files in a Directory and Then Loads the File
Hey there, I am trying to create a GUI that will let me plot data from a directory using GUIDE. A button is implemented to rea...
대략 7년 전 | 답변 수: 0 | 0

