![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19284581_1598301511243_DEF.jpg)
Teb Keb
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
182.191
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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 to create a matrix with while loop?
I have a problem where I have to calculate the time it will take for a fluid to leave a container using while loop and give the ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a matrices using while loop?
Hi, I am creating a 6x3 matrices using while loop with the variable increments by 1 (increment=1:1:5). My codes seems to wo...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a matrix array with increments equation using vectorization?
I am trying to create a matrices array after calculating the area and volume of a system with increment equations. Basically the...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find the partial sum of the series using while loop?
I need to find the partial sum of the series S=1/n for n=5 using while loop. n = 1 ; s = 0 ; while n<=5; s = s+1/n ; e...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to extract rows and columns of matrix that will not equal to 0.
A = 5 3 2 4 1 5 3 2 4 1 5 3 2 4 1 5 3 2 4 1 5 3 ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot partial sums of fourier series?
I am trying to plot a partial sum n=1,2,3 and 10 using for loop function and then plot all the partial sums in one graph. Below...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot sum of series?
I am trying to plot the function above on interval [-2,2]. I was wondering if the code below is a correct way to do it. ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to write ode45 function correctly
I am trying to solve 2nd order ODE using matlab and I am having a problem with my function file. My original equation is as ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.
t=linspace(0,1.5,100); u1=1.75*cos(14.178*t); u2=exp(-0.89*t) u3=exp(-0.89*t)*(1.75*cos(14.178*t) The first 2 expression...
más de 4 años hace | 1 respuesta | 0