Respondida
Add new column a vector.
x = [0 0 2 2 1 0 0 2 0]'; y = [43 43 34 34 34 0 0 0 0]'; % Must be of same length You could either cat(2, x, y) ...

más de 13 años hace | 1

Respondida
My global variables are disappearing!
You could utilize e.g setappdata(handles.gui_element, 'stored_var', data_var) ... data_var = getappdata(handles.gui_e...

más de 13 años hace | 0

| aceptada

Respondida
How can I run a .m-file with an endless loop and use the command window at the same time?
A not-so-pretty solution would be to include a pause(0.001) at the end of each loop. I use it to allow my GUI to render some tex...

más de 13 años hace | 0

Respondida
grid on in gui
axes_handle = axes(n) plot(x, y) grid(axes_handle, 'on')

más de 13 años hace | 1

| aceptada

Pregunta


Cheapest path through populated matrix
I'm attempting to calculate an "optimal" (if possible) path through a data set matrix (position over time). Each "cell" has a co...

más de 13 años hace | 0 respuestas | 0

0

respuestas

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 13 años hace

Pregunta


Create a struct inside a cell array
I'm using struct2xml from FileExhange and it's quite picky on the format of the structure to export. Basically I loose informati...

más de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Targetinstaller not working on Mac OS X
I just installed Matlab R2012a on my OS X Lion machine. When I start up targetinstaller, I get to choose between installing from...

más de 13 años hace | 1 respuesta | 0

1

respuesta