Create a function in MATLAB for calculating the mean (תלחות) and standard deviation (ןקת תייטס)
Create a function in MATLAB for calculating the mean (תלחות) and standard deviation (ןקת תייטס)
3 c 2.
roots ,imag :
x 3 + cx = 0.1, 3 c 2. :MATLAB
a=[];
for c=-3:0.01:2
q=roots([1,0,c,-0.1]);
for j=1:size(q,1)
if imag(q(i))==0 a=[a;[c,q(i)]];
end
end
end
plot(a(:,1),a(:,2),.)