Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
237.856
of 300.369
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
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
Find value of x, from max y (graph)
figure(2); vel = diff(y)./diff(x); plot(x(1:end-1), vel) display(max(findpeaks(vel))) x(max(findpeaks(vel))); ...
alrededor de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Plotting differential equations, need help
y = diff(sin(2*pi*t))./diff(t); plot(t,y) *Remember diff() shortens the length of your vector by one so you will nee...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
help using grpstat() function
load carbig - Use the grpstats() function to find the mean, maximum and minimum MPG for cars manufactured in each year. ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
learning functions, need help
How do i complete this task? %MyFunction.m function [out1, out2] = MyFunction(in1,in2) Do calculations etc here out1 =...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Loading Csv files and plotting them as 3D graphs
Have a bunch of cvs files, and need to load them into matlab. Eventually plotting them as 3D maps. cvsread is returning an er...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Learning Matlab at uni, need some help
a. Create horizontal lines across the image by making every 8th row of the image a row of white pixels (value = 254). View...
alrededor de 11 años hace | 2 respuestas | 0
