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...
presque 10 ans il y a | 1 réponse | 0
0
réponse
Question
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 ...
presque 10 ans il y a | 1 réponse | 0
1
réponse
Question
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...
presque 10 ans il y a | 2 réponses | 0
2
réponses
Question
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...