Risposto
Remove legend items from Figure
You could do it based on the order of appearance of the plots. Assuming 'aa' is plot first, then 'bb' and then 'cc': figure; ...

circa 5 anni fa | 1

| accettato

Risposto
Efficiently setting lower axis limit
From the documentation of r2018b: 'Create a surface plot and show only y values greater than 0. Specify the minimum y-axis li...

circa 5 anni fa | 1

Risposto
How do i create multiple plots in one diagram?
This parts reads the data, the 4 %d's suggests it are 4 doubles which are read: data=fscanf(s, ... '%d %d %d %d')...

oltre 5 anni fa | 0