photo

Ahsan  Khan


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
96.587
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
80.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

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Alternative ways to perform the same task
I have a code that I used to simulate the diffusion of a particle. I have done it using for loops. My next step will involve cre...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why is the correlation matrix much larger than the original matrix?
Lets say you have a matrix M (10x100). If we do corrcoef(M) the resulting matrix will be 100x100. Why is this?

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

1

respuesta

Pregunta


Editing cell array values (each cell is a matrix)
M=[]; M=dlmread('data.txt', '\t'); dataArray=M; C= corrcoef(M(:,1:end)); imagesc(C); cb = colorbar; yl...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Write to file is not formatting properly
I have a code where I have some calculations being performed 4 times in a for loop. For each iteration of the for loop, I want t...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need to save values of a variable into a new column of asc file for each iteration of a for loop
Ndisvec=[.5 2 8 32 128]*10^11; %Set of density values figure(1025) clf(1025) figure(1025) hold on set(g...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta