photo

s mohammad hosien abedy nejad


Last seen: casi 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
2 Respuestas

CLASIFICACIÓN
5.803
of 300.379

REPUTACIÓN
8

CONTRIBUCIONES
0 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.931

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.299

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

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Respondida
Index in position 1 is invalid. Array indices must be positive integers or logical values ERROR
hello. you can use iteration like this a =[ 0.9748 1; 0.9748 1; 0.5416 0.2996] [x , y] = size(a); for(i = 1:x) ...

alrededor de 5 años hace | 0

| aceptada

Respondida
Can I create multiple workspace with variables with the same name?
you can use structure also. s(1).var1 = .... s(2).var1 = .... s(3).var1 = .... for use s in other functions declare it as gl...

alrededor de 5 años hace | 0