Frank - MATLAB Central

Frank


Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 11/14 to 01/25Use left and right arrows to move selectionFrom 11/14Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
142,102
of 296,519

REPUTATION
0

CONTRIBUTIONS
6 Questions
7 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

Feeds

View by

Answered
Hold plot for several different cases
Thanks for the answer. Unfortunately, the plot is still overwritten once I hit the Start-Button. There might be another piece of...

10 years ago | 0

Question


Hold plot for several different cases
Hi, I have created a GUI where a case is selected from a popup menu, points are calculated according to this case and a plot is ...

10 years ago | 2 answers | 0

2

answers

Question


Replace several if loops
Hi, I have a GUI with a plot and several checkboxes. If a checkbox is ticked, a certain piece of information is added to the plo...

10 years ago | 0 answers | 0

0

answers

Question


Index of first empty cell in array?
Hi, I would like to find the index of the first empty cell in an array consisting of n rows and 4 columns. I need the index, bec...

10 years ago | 2 answers | 0

2

answers

Answered
Index of first empty cell in array?
Thank you for the answer. Does the 'x' represent the value I want to add to the array? If yes, I can't seem to get it working. M...

10 years ago | 0

Answered
Line approximation from 5 points in Matlab
Perfect, both are working!

10 years ago | 0

Question


Line approximation from 5 points in Matlab
Hi, I would like to approximate a line in Matlab using 5 points with 5 x- and y-coordinates each. I have two matrices as foll...

10 years ago | 3 answers | 0

3

answers

Answered
Turn non-resizeable figure into resizeable figure?
Thanks for the answer. Now everything is changing size according to window size except for the axes. They keep constant sizes e...

10 years ago | 0

Answered
Turn non-resizeable figure into resizeable figure?
Thanks, that is working perfectly. Is there an option to 'handle' ALL axes, drop-down-menus etc. in that new figure and have the...

10 years ago | 0

Question


Turn non-resizeable figure into resizeable figure?
Hi, I created a GUI with 2 axes, which has to be not resizeable. In addition, I would like to install a button to save the GUI a...

10 years ago | 3 answers | 0

3

answers

Answered
Save 2 Figures from GUI
Hi, thanks for the link. That was very helpful. Still, I am not sure about how to adjust the size properly. Where does the GUI s...

10 years ago | 0

Answered
Save 2 Figures from GUI
Thank you for the reply. That works fine, I also figured out my original attempt using copyobj and hgsave. I now stumbled acr...

10 years ago | 0

Question


Save 2 Figures from GUI
Hi, I have a GUI with two figures with the tags plot1 and plot2. I would like to save these plots in two separate fig-files usin...

10 years ago | 4 answers | 0

4

answers
Go to top of page