Supreeth D K
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
206,372
of 295,495
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
0
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
I want to find the root locus of polynomial.
m_s = 5; % Mass of the spring m_r = 68; % Mass of the rotor k_r = 5.45e5; % Spring constant of the rotor c_s = 700; % D...
11 months ago | 1 answer | 0
1
answerQuestion
How to find root locus of a polynomial
I need to find the root locus of a polynomial. m_s = 1; % Mass of the spring m_r = 68; % Mass of the rotor k_r = 5.45e...
12 months ago | 2 answers | 0
2
answersQuestion
curve fitting of a complex equation
omega=[0 500 1000 1500 2000 2500 3000 3500 4000 4500 5000 5500 6000 6500 7000 7500 8000 8500 9000 9500 10000 10500 11000 11500...
1 year ago | 0 answers | 0
0
answersQuestion
curve fitting of a complex data
I'm currently working on fitting some experimental data to a complex-valued function using MATLAB's lsqcurvefit function. Howeve...
1 year ago | 0 answers | 0
0
answersQuestion
I have a query with regards to matlab app designer
I need to create a MATLAB app where, upon clicking a button in the initial procedure window, it will navigate to a second window...
1 year ago | 1 answer | 0
1
answerQuestion
I have doubt in writing if else statement
I have doubt in writing if else statement in MATLAB. φ_((c1j) )={█((-1)^k φ_((C1j) ),1+j=2k (k=1,2,…)@(-)^k φ_((C1j), )...
1 year ago | 0 answers | 0
0
answersQuestion
Is it possible to combine fminmax and nonlinear curvefitting together to obtain the parameters
I'm attempting to perform complex fitting. I've tried numerous approaches without success. In the literature I've read, fminimax...
2 years ago | 1 answer | 0
1
answerQuestion
How to fix : Unable to perform assignment because the left and right sides have a different number of elements.
I am trying to use particle swarm optimization to solve a problem of mine. And i get following error: Unable to perform assign...
2 years ago | 1 answer | 0
1
answerQuestion
curvefitting of complex number
I get following error when i use Lsqcurvefit Warning: Imaginary parts of complex X and/or Y arguments ignored. > In myfun (l...
2 years ago | 1 answer | 0
1
answerQuestion
I am trying to curve fit a complex function.
I am have been trying to curve fit a complex function. I dnt know whether code I have used is proper or not. I have attached th...
2 years ago | 0 answers | 0
0
answersQuestion
Intergrating from negative infinity to infinity
Hello, I am trying to solve an equation where limits of intergration are from negative infinity to infinity. function damp = p...
2 years ago | 1 answer | 0