Feeds
提问
Help debugging my program for plotting ezplot of sin and cos
x=0:1:pi; a=@(x) sin(pi*x); y=@(x) cos(4*pi*x); ezplot(a,0,2); hold on; ezplot(y,0,2);
7 years 前 | 1 个回答 | 0
1
个回答提问
How to calculate the memory required by struct, numerical and char arrays? Kindly share the formula?
Let L=[84.5,91.0,98.0,80.5,99.0,100.0,88.0] %numerical array version L=struct('grade',{84.5,91.0,98.0,80.5,99.0,100.0,88.0}) ...
7 years 前 | 2 个回答 | 0

