MORE CURVES USING MATLAB
Similar other graphs can be plotted using MATLAB which is going to help our understanding of Mathematical Functions. Several other MATLAB codes and their plot are as :
1).
>> x = -10:0.1:10;
>> y = 1./(sin(x))+ 1./(cos(x));
>> plot(x,y)
>>
No comments:
Post a Comment