Get mulitple figure handles
Hello together,
I'd like to use the mouse, to select multiple figures and then somehow get the handles of all the selected fi...
casi 10 años hace | 0 respuestas | 0
0
respuestas
Pregunta
How to get a surface handle
Hello together,
in the Matlab Help for surf it Shows the command
h = surf(...) which returns a handle to a chart surface ...
casi 10 años hace | 1 respuesta | 0
1
respuesta
Pregunta
linkdata to structured data
Hello everyone,
i've got to vectors for example.
a= 1:20
b=a.^2;
If i plot with
plot(a,b) i am able to linkdat...
casi 10 años hace | 2 respuestas | 0
2
respuestas
Pregunta
writing a .csv-File with certain format
Hello,
i have a Matrix and two vectors (x_axis and y_axis) and want to write them into a single .csv-File.
The file should l...