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...
8 years 前 | 0 个回答 | 0
0
个回答
提问
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 ...
8 years 前 | 1 个回答 | 0
1
个回答
提问
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...
8 years 前 | 2 个回答 | 0
2
个回答
提问
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...