Estadística
3 Preguntas
3 Respuestas
0 Problemas
2 Soluciones
CLASIFICACIÓN
14.040
of 295.569
REPUTACIÓN
3
CONTRIBUCIONES
3 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
81.264
of 154.105
CONTRIBUCIONES
0 Problemas
2 Soluciones
PUNTUACIÓN
30
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
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...
más de 10 años hace | 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 ...
más de 10 años hace | 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...
más de 10 años hace | 0
Pregunta
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...
más de 10 años hace | 1 respuesta | 2
1
respuestaResuelto
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:...
más de 10 años hace
Pregunta
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...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 13 años hace | 1 respuesta | 1