Community Profile

photo

sejo


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 3
  • First Answer
  • Solver

View badges

Feeds

View by

Question


How to update compiled .mat file in standalone?
Hi, i have a gui standalone where i load and save data from/to a .mat file. Loading does work with fallowing code... load(de...

9 years ago | 1 answer | 0

1

answer

Question


How to set regexp expression for HH:MM dd.mm.yyyy format?
Hy, I have a gui where i want to check the user input dateSTOP for the format. The format should be in this order HH:MM dd.mm.yy...

9 years ago | 3 answers | 1

3

answers

Question


How to workaround the plotyy copyobj error?
Hy, I have the same question like <http://www.mathworks.com/matlabcentral/newsreader/view_thread/71726 this question>. But unfor...

9 years ago | 1 answer | 0

1

answer

Question


How to display progress of fminbnd in Matlab GUI?
How can i display the progress of fminbnd in a Matlab GUI? As this function takes some time to calculate it would be nice to dis...

9 years ago | 1 answer | 0

1

answer

Question


How to remove a plot (if it exists) before replotting? Matlab GUI ButtonDownFcn
Hy, I want to plot a point on mouse-cklick using the ButtonDownFcn. Before it is plotted it should check if there is an existin...

9 years ago | 1 answer | 0

1

answer

Answered
how can i generate this chromosome?
hy, try this: chrom=randi([1,3],1,9)

9 years ago | 0

Question


how to highlight editbox text when press ´return´ using findjobj?
Hy, I want to highlight an editbox text when i press 'return' in an other edit box. I managed to find out that this is only p...

9 years ago | 1 answer | 0

1

answer

Question


time dependent parameter in ode-function matlab
I want to solve an ode with a time dependent parameter. cA sould be 10000 if t is >=10 and <=11 else it should have the value of...

9 years ago | 1 answer | 0

1

answer