photo

Manoj Kumar Koduru


GITAM(Deemed to be University)

Last seen: meer dan 2 jaar ago Active since 2020

Followers: 0   Following: 0

Message

I 'am Interest to work on the MATLAB.

Statistics

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

View badges

Feeds

View by

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

meer dan 3 jaar ago | 3

| accepted

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

meer dan 3 jaar ago | 0