Muna Shehan
UPM
Followers: 0 Following: 0
Professional Interests: Optimization Structure
Statistik
RANG
192.264
of 295.486
REPUTATION
0
ANTWORTZUSTIMMUNG
48.57%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
If I have acceleration values in a vector can i transfer them to a displacement?
Hi all; I have a vector which has a data that represent acceleration values ( these values I read it from accelerometer) Is the...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can I zoom an area in Bode magnitude diagram?
Hi everyone; I have a bode magnitude diagram but i need to zoom the first peak point on the same bode magnitude diagram. Thanks...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
is it possible to use step for a state space dynamic system with multi input?
Hi all I have a dynamic system with |A, B, C, and D| that identify the state space model, this system has two inputs one is a c...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible there is a lack information in the matlab example?
Hi all; Can any one explain to me what is the value of |r| and |fs| that used in |B| matrix and qcar.InputName in the matlab e...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Is it possible to transform a damping sine wave signal in time domain to frequency domain by using fft?
Hi all; I have a 1001 discrete data vector, which it gives a damped sine wave. I need to transform time-domain data to frequenc...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How i can determine sinusoid frequency ?
Hi; Pleas can anyone explain how i can determine sinusoid frequency if I have a step response where the data form is two vector...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why I could not convert time domain to frequency domain data?
Hi all; i try tho covert the time domain to frequency domain by using fft function, but the acceleration vs Frequency plot is i...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I plot the acceleration vs frequency
Hi all, I used Matlab to plot the acceleration vs time, where the acceleration and time are two vectors. Can I plot the accelera...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
can i convert a time domain to frequency domain?
<</matlabcentral/answers/uploaded_files/70973/acc_t.jpg>> Hi all, I have a dynamic system with one input and four state var...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi all, what is the units of stepinfo.SettlingTime. Regards
I have a confused about |stepinfo.SettlingTime| units because the |doc| did not mention the units. kindly can any on explain tha...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what is the difference between global search exit messages?
Hi all; can any one explain what is the difference between these two exit messages when I use |global search|. Regards The fir...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why the myfunction return zero elements?
Hi all; I have a function which should return a |R_gradient| matrix. I identify its elements but when I call |myfunction| it re...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why I get index out of bounds error even though I debug the loop and its Ok
Hi all I try to optimize three variables using |fmincon|. Inside the objective function there is a loop which the error message ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can I store ode23 the function handle parameters?
Hi all; I use ode23 to solve the ordinary differential equations [t02,y] = ode23(@(t,x)f(t,x,F,kc, @(t)lookup_u(zdot,t)...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why fmincon did not work when it is provided with gradient
Hi all; I have a problem with two variables. If the objective function is quadratic and subjected to boundary constraints and dy...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to read a function handle parameter when i use ode23
Hi all; I use |ode23| to solve the ordinary differential equations in the form. [~,y] = ode23(@(t,x)f(t,x,0, kc, @(t)lo...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hello all, how I can solve ODE simultaneously with fmincon?
I have a system subject to ordinary differential equations (ODE) which are the linear equality constraints and at the same tim...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can I use fmincon for quadratic objective function with linear constraints without gradient and hessian matrices
Hi all; I use |fmincon| to solve an objective function (quadratic) for a dynamic system which is subject to a set of linear co...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hi all; I have a problem to run R2016a example due to different Matlab version.
I used Matlab |R2011a|, when i try to implement Matlab example ( from |R2016| Documentation) <http://www.mathworks.com/help/...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi all; I try to use fmincon in order to find the optimal control force F for an active suspension system, every time I run fmincon, F and the objective function did not change. Kindly, can any on explain to me why I get this problem. Thanks
Where the system is a dynamic system and it is subjected to the equation of motion. The objective function is determined based o...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Hi ; i try to implement a matlab example in the link http://www.mathworks.com/help/robust/gs/active-suspension-control-design.html but i got a message error. so kindly can any one explain why i got this error since i just implement the publishe code
mb = 300; % kg mw = 60; % kg bs = 1000; % N/m/s ks = 16000 ; % N/m kt = 190000; % N/m A = [ 0 1 0 0; ....
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi all; when i run the optimtool i got this message error: ( Optimization running. Error running optimization. Inner matrix dimensions must agree.) so kindly can any one explaine what is the problem
I try to use optimtool (fmincon) to find the optimal values for two variable(x1,x2), I use SQP as the algorithm, the start point...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi all, i try to use interp1 function. but i have two data input (Y), the values of the underlying function , one of them is a vector while the other is constant value. so how i can deal with Y
yi = c(x,Y,xi)
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
scale model for dynamic system
Hi, I have a case study ( active suspension system) which consists of many parameters and my aim is to construct an experimenta...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hi, is there a function that calculate the natural frequency for the system if the stiffness and mass matrices is available. Thanks
Hi, is there a function that calculate the natural frequency for the system if the stiffness and mass matrices is available. Tha...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
The objective function is increased rather than decreased when fmincon is used
Dear all, I used fmincon to solve an optimization problem. Interior-point algorithm was used with TolFun=-4. The question is: ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Interior-point algorithm vs SQP algoritm
Hi, I am running an optimal design problem by using fmincon with sqp algorithm and interior-point algorithm. SQP algorithm was ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Feasibility column diverge from TolCon
Hi, i tried to use fmincon (interior-point algorithm) to solve quadratic integral problem which is subject to linear and nonlin...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hi, i had downloaded a code from a file exchange. This code is run efficiently in the first computer. When I tried to execute the same code in another computer I faced an error message. The code is used fmincon function and the error message is
fmincon stopped because the size of the current step is less than the default value of the step size tolerance but constraints a...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Providing SVM classifier algorithm
Hello dear friends, Can anyone provide me the SVM algorithm used in MATLAB as a flowchart of steps. An academic resource availa...
mehr als 9 Jahre vor | 0 Antworten | 0