![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20263276_1604757636301_DEF.jpg)
Shubham Kumar Thakur
Followers: 0 Following: 0
Feeds
已回答
how to uses str2sym
syms t k; ft1=input('Enter function of t (First part): '); ft2=input('Enter function of t (Second part): '); ft1= str2sym (ft...
how to uses str2sym
syms t k; ft1=input('Enter function of t (First part): '); ft2=input('Enter function of t (Second part): '); ft1= str2sym (ft...
4 years 前 | 0
已回答
How to plot the function y=sin(t)/t for -4*pi<x<4*pi?
syms t fplot(sin(t)/t,[-4*pi, 4*pi])
How to plot the function y=sin(t)/t for -4*pi<x<4*pi?
syms t fplot(sin(t)/t,[-4*pi, 4*pi])
4 years 前 | 0