sneha kriplani
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
249.778
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
when we run the code, a plot comes out and if i want to calculate the X and y coordinate of center of each grid box , how to do that ?
xyRange=[1,5]; %// Starting xy range of particles P=3; %// Number of particles generated each day vx=0.6; v...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Error using str2num (line 32), Requires string or character array input. Error in xGridMarkers = str2num(get(gca,'XTicklabel')); how to remove this error??
xyRange=[1,5]; %// Starting xy range of particles P=3; %// Number of particles generated each day vx=0...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to turn off scientific notations in figure ??? likein mine i'm getting 3+e02 i want it 300 only
rather than having 3e+04 how to get 30000
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i count number of particles in each grid box after running this code ??
xyRange=[1,5]; %// Starting xy range of particles P=3; %// Number of particles generated each day vx=0....
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how do i remove this error? Function definitions are not permitted in this context.
xyRange=[1,5]; %// Starting xy range of particles numP=3; %// Number of particles generated each day vx...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how can i use for loop for the given situation
X=randi([1,5],3,1); Y=randi([1,5],3,1); for i=1:3; Xnew(i)=[X(i,1)+.6];Xn=Xnew'; Ynew(i)=[Y(i,1)+.4];Yn=Yn...
más de 9 años hace | 0 respuestas | 0