Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
74.288
of 300.381
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.477
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 write this function in Matlab?
Where indicated in the script below, write a function, called myflip, which accepts one vector, v, (either a column or row), and...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to write a script function matlab called myflip?
%this code tests the function, myflip, which you will write below v1 = 100*rand(1); v1 = myflip(v1) n = randi([2 100], 1, 1);...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
vector size and dimension
v1=linspace(-2,4,4) the question is to multiple v1 by v1 transpose, then substract -2 from the this result. Here is my code ...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
creating a matrix from a vector
I have a vector v2=linspace(-30,10,100) I want to create a matrix M1 that has three columns, each of which is v2 and another m...
alrededor de 5 años hace | 1 respuesta | 0
