Statistics
RANK
34,709
of 297,016
REPUTATION
1
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to replace string but not function
Dear Community, In a string like: 'sinh(x).*f.*n' I want to replace the n with X_Model(1). Using strrep however I end up ...
8 years ago | 2 answers | 1
2
answersQuestion
uitabgroup in existing GUIDE Gui
Hello, Using Matlab 2015b,is there a way to take my old GUIDE created GUI which contains two large figures and move them int...
8 years ago | 0 answers | 0
0
answersQuestion
How to Stop Fmincon from GUI
How to stop fmincon from a pushbutton in a Matlab Gui? The explaination posted here at the botton does not work, and can not ...
9 years ago | 1 answer | 0
1
answerQuestion
Why does Copyfile not work in Matlab Deployed GUI?
I build a GUI which I deploy, using the Application compiler. I want to create a folder and copy the folder to a location. This ...
9 years ago | 1 answer | 0
1
answerQuestion
How to turn off java error in matlab command window
I have build a Gui using guide as well as some java integration. Mainly a jtable using findjobj and Java Classes from Y. Altman....
9 years ago | 1 answer | 0
1
answerQuestion
How to vectorize for loop of partial arrays?
I am tryig to accelerate this part of my code, as it consumes the most of the runtime. I posted a simplified snippet which has t...
9 years ago | 1 answer | 0
1
answerHow to update Axes LineStyle Order in Matlab Gui
I figured it out. Seems I only need to set the marker of the children in the plot. The Code I used % --- Executes on select...
9 years ago | 0
| accepted
Question
How to update Axes LineStyle Order in Matlab Gui
Dear Community, I want to change the Linestyle of a Matlab Figure in a Gui. I have a popupmenu with a switch case structure ...
9 years ago | 2 answers | 0
2
answersHow to navigate through Struct/Cell from Matlab Gui?
The Cells contain lots of data normally and can be structured differently. So, I feel a uitable could not display everything pro...
10 years ago | 0
Question
How to navigate through Struct/Cell from Matlab Gui?
Dear Community, I have a GUI which can load data from the workspace. Like the Curve Fitting App from Matlab I can read array...
10 years ago | 2 answers | 0