![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11109774_1526722276787_DEF.jpg)
Sunil Ojwani
Attivo dal 2018
Followers: 0 Following: 0
Statistica
All
RANK
233.732
of 297.046
REPUTAZIONE
0
CONTRIBUTI
4 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how to divide a matrix by its norm in for loop
i want s/|s| s=[x(2)+x(1);x(1)+x(3)]; i write as it for i=1:n s1(i)=x2(i)+x1(i); s2(i)=x1(i)+x3(i); sm(:,i)=...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Having a system of three state I put the odes in a function and the script to solve the given function I'm getting NaN for output of ode45
my function is function xdot=func4(t,x) A=[0 1 0;0 0 1;-1 -2 -3] B=[0 0;0 1;1 0] C1=[0 1]' C2=[1 0 ;0 1] C3=[1 0]' ...
quasi 6 anni fa | 1 risposta | 0
1
rispostaRisposto
Having a system of three state I put the odes in a function and the script to solve the given function but now it is executing continuously, so tell me how to stop it?
now i can not plot control input u
Having a system of three state I put the odes in a function and the script to solve the given function but now it is executing continuously, so tell me how to stop it?
now i can not plot control input u
circa 6 anni fa | 0
Risposto
Having a system of three state I put the odes in a function and the script to solve the given function but now it is executing continuously, so tell me how to stop it?
sorry sir, i tried the solution suggested by you but the result from your solution is not the same as required in this pic...
Having a system of three state I put the odes in a function and the script to solve the given function but now it is executing continuously, so tell me how to stop it?
sorry sir, i tried the solution suggested by you but the result from your solution is not the same as required in this pic...
circa 6 anni fa | 0
| accettato
Domanda
Having a system of three state I put the odes in a function and the script to solve the given function but now it is executing continuously, so tell me how to stop it?
function xdot=func4(t,x) A=[0 1 0;0 0 1;-1 -2 -3] B=[0 0;0 1;1 0] C1=[0 1]' C2=[1 0 ;0 1] C3=[1 0]' s=[C1*x(1)+C2*[x...
circa 6 anni fa | 3 risposte | 0
3
risposteRisolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
circa 6 anni fa
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
circa 6 anni fa