Manoj Kumar Koduru
Followers: 0 Following: 0
I 'am Interest to work on the MATLAB.
統計
All
Feeds
回答済み
How can I plot this function using Brent's method?
f=@(u) u*(1+0.7166/cos(25*sqrt(u)))-1.6901e-2; %Equation a=-10; b=+10; err=0.001; %Testing root is bracketed between [a b...
How can I plot this function using Brent's method?
f=@(u) u*(1+0.7166/cos(25*sqrt(u)))-1.6901e-2; %Equation a=-10; b=+10; err=0.001; %Testing root is bracketed between [a b...
4年弱 前 | 3
| 採用済み
回答済み
Shifting a signal to the right or left
clc; close all; L=input ('Enter the no.: '); n=-L:L; y=[zeros(1,L),1,zeros(1,L)]; if n >0 y(L+1:end) = n(1:end-L); el...
Shifting a signal to the right or left
clc; close all; L=input ('Enter the no.: '); n=-L:L; y=[zeros(1,L),1,zeros(1,L)]; if n >0 y(L+1:end) = n(1:end-L); el...
4年弱 前 | 0