photo

Manoj Kumar Koduru


GITAM(Deemed to be University)

Last seen: 2 years 前 自 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 years 前 | 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 years 前 | 0