Statistiques
RANG
14 014
of 295 673
RÉPUTATION
3
CONTRIBUTIONS
3 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
3
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Differential Equation Matlab Resolve
Try using dsolve syms y(t) t q=1/(1+t)^2; p=1+q; Dy=diff(y);D2y=diff(y,2); solution=dsolve(D2y+p*Dy+q*y==0,Dy(0...
plus de 10 ans il y a | 0
Get final output after simulation run in Simulink from m-file
It depends how you have set the data output. In your simulink file go to: Simulation<Configuration Parameters<Data Import and ...
plus de 10 ans il y a | 0
how to find specific columns using vectors
I am not sure I understood it completely newMatrix=zeros(5,m); for i =1:m rowU=U(:,i); %If you meant t...
plus de 10 ans il y a | 0
Question
My model reference block in Simulink does not accept signals of more than one component. Why?
Hi, I am pretty new to the Model reference block in Simulink. I tried to start with a toy case where: The top model has on...
plus de 10 ans il y a | 1 réponse | 2
1
réponseA résolu
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:...
plus de 10 ans il y a
Question
Ode15s solving simulink sfunction gives oscillatory (noisy) solution
Hi, I have a little problem with the ode15s solver for Simulink. I am simulating a bioreactor and the solution is like _"nois...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
Keep a for loop running when ODE gives an error
Hi, I am trying to run a code for sensitivity analysis on initial conditions and parameters of a process. To evaluate the dif...
environ 13 ans il y a | 1 réponse | 1