Estadística
CLASIFICACIÓN
112.302
of 300.369
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.936
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.436
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
PID loop simulink download
Hello! Can someone send a simulink model file with a basic PID loop? Thank you :)
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Change minor units on x axis.
<</matlabcentral/answers/uploaded_files/119472/question.JPG>> Hello! A simple question, I have the figure above, has on x ax...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Monte carlo simulations- vary one parameter at a time or all of them at once?
(may not be a right MATLAB question but more of a theoretical one) When you do a Monte-Carlo simulation with several fluctuat...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Normal distribution for a given range of numbers.
I have a range in which my parameter can vary for example, 0.38 to 0.5. I need to produce in between points such that the data w...
más de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
Assign index to a matrix?
Hello! I have matrices E1, E2, E3...E50 of same dimension. I want to make a loop to add them all instead of manually putting E1+...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Number in a cell to a row number in loop.
Hello! I have a matrix containing numbers [8 88 67 74] and so on, and I want matlab to take these numbers as 'row numbers' of an...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Change one element in a row at a time with an uniform probability.
Hello! I want to change one element in a row of my matrix at a time with uniform probability. Currenty my matrix of [50*50] ch...
más de 7 años hace | 1 respuesta | 0
1
respuestaI want my simulation/function to run n (is defined) number of times. The function is a matrix. And will give different matrices each time I run it (this is been taken care of) I just need to produce a loop which will simulate my function n ti
Just put an empty function at the start, before the function as A=[] and increment it n times with A=[A;B] after the calculation...
más de 7 años hace | 0
Pregunta
I want my simulation/function to run n (is defined) number of times. The function is a matrix. And will give different matrices each time I run it (this is been taken care of) I just need to produce a loop which will simulate my function n ti
Hello! I want my simulation/function to run n (is defined) number of times. The function is a matrix. And will give different ma...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Hello! I want my 50 inputs to take a random value from a set of numbers (already defined) with an equal probability..
These 50 inputs will be undefined. Those will take a random value from [0 0.1 0.2 0.3 0.4 0.5] with an equal probability. So in ...
más de 7 años hace | 1 respuesta | 0
