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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0

