photo

Abdul Rof V


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

1 Pregunta
1 Respuesta

CLASIFICACIÓN
198.617
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

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

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


A is a square block matrix of order S which not fixed. pi is a column matrix of order S. How to find the solutions of the system of equations: (pi)A=0, (pi)e=1, e column of 1s
A is a square block matrix of order S which not fixed.Each block has order m is a column(block) matrix of variables order S. Ho...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
accessing cell data using brace indexing,
PI=ones(10,10); p0=0; for i=1:5 p{i}=PI{i} end anything wrong in indexing

alrededor de 4 años hace | 0