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...
fast 10 Jahre vor | 0 Antworten | 0
0
Antworten
Frage
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 ...
fast 10 Jahre vor | 1 Antwort | 0
1
Antwort
Frage
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...
fast 10 Jahre vor | 2 Antworten | 0
2
Antworten
Frage
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...