photo

Manoj Kumar Koduru


Last seen: 3年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

I 'am Interest to work on the MATLAB.

統計

All
  • MATLAB Central Treasure Hunt Finisher
  • Introduction to MATLAB Master
  • Promoter
  • Community Group Solver
  • Solver
  • Knowledgeable Level 1
  • First Answer

バッジを表示

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...

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...

4年弱 前 | 0