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...
mer än 8 år ago | 0 answers | 0
0
answers
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 ...
mer än 8 år ago | 1 answer | 0
1
answer
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...
mer än 8 år ago | 2 answers | 0
2
answers
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...