Ana Carolina da Silva Pacheco
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
81.369
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
How can I combine plots in same axes?
I want to combine all plots in same axes, I tried to use hold on and hold off but it didn't work. Can anybody help me? Here's a ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
Problems using function fsolve
I'm trying to execute a fsolve function. First, I tried without using optimset and it went wrong because of maximum function eva...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Using fzero with two conditions
I have a fzero function in which I'm setting an equilibrium equation in terms of a position x, so I can find the value of x. The...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting a limited number of elements
I have the code below: it=10; n=3; jvals=zeros(it,n); vetor_momentoj=zeros(it,n); aux=1; for i=1:it jvals(i,:)=linspa...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot multiple curves on a graph (involving a for loop within another)
I have the code below: I want to plot a jvals x vetor_momentoj curve. In this example, I would have 4 curves (it=4), each one...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Doubt involving a for loop within another
I have the code below that is returning the results shown: My problem is that I want the variable "jvals" to be a matrix just...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Storing variables in a for loop within another
I have the code below, and I want to store the variable "vetor_momentoj" returned from the for loop in terms of the indexes i an...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I declare a for loop with a given number of elements?
I have a for loop: for j=0:0.03 .. end I want j to run through 100 elements, in ascending order, between 0 and 0.03 (the...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I declare correlation between a random variable with beta distribution and a random variable with normal distribution?
I have a random variable with beta distribution declared: aux_alpha = 3; aux_beta = 813.21; LB = 41.368542; ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I generate a random number with beta distribution?
I have a variable with the PDF: PDF = C . ((f - LB)/D)^alpha . ((UB - f)/D)^beta Where: C = 37337 alpha = 3 beta = 813,21 ...
más de 3 años hace | 1 respuesta | 0