![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14581104_1547847566738_DEF.jpg)
whyamiincollege
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
244.982
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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 do I make my plot show more than one point?
I think since I'm using a for loop for this it only shows the final point for both graphs, how do I make it show all the poin...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I create a matlab function using polyder that not only gives the coefficients but also gives the equation
My code so far (doesnt work): function derivativecoefficient = derivpolycalc() a = input('Enter the coefficent of the polynom...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Why is my MATLAB code not executing properly?
Everytime it asks me to choose a number btwn 1-100 and when i do, lets say i choose 53, it will display "so sad :( you have to g...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I make a user defined function in MATLAB to determine the volume of a revolving solid using the disk method?
So first off, I'm not quite sure how to use user defined functions in matlab so my code is going to look ridiculous. Second, in...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
How to separate a vector into positive and negative vectors using a for loop?
clc; x = [-3.6 10 3 -1 11.4 0 7 -9.5 2 15 -1 3]; for i = 1:length(x) if x(i) >= 0 x(i) = P elseif x(i) < 0...
casi 6 años hace | 2 respuestas | 0