Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
138.354
of 301.204
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.191
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 173.368
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 construct the 10x100 matrix of same values in each column
A = [0.000;0.9503;0.9093;0.8640;0.8127;0.7532;0.6821;0.5937;0.4745;0.1579] this is a 10x1 matrix but we want increase the size ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to construct the matrix of size 10x1000
meshgrid(1:100,1:10) is giving 10x1000 matrix and values are from 1 to 1000 but I want the matrix of 10x1000 and in each column ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to construct the matrix of 10x1000
meshgrid(1:10) is giving 10x10 matrix and values are between 1 to 10. I want 10 rows and 1000 columns, values are between 1 to 1...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to construct the 10x10 matrix
if I am using the comand of 1:1:10 is giving [1 2 3 4 5 6 7 8 9 10] this is 1x10 matrix but I want 10 rows in the matrix and the...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to generate matrix of size 10X10?
I have generated the numbers from 1 to 10 by using the command 1:1:10. I got 1X10 size matrix but I want the matrix of size 10X1...
casi 12 años hace | 2 respuestas | 0
