Om
Followers: 0 Following: 0
Estadística
8 Preguntas
4 Respuestas
CLASIFICACIÓN
259.785
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Finding locations on a graph (1x1x1 cube) and replacing values with zero
Thank you so much! That is exactly what I needed. So now I need to give a value to the parts that remain within the blank sph...
más de 8 años hace | 0
Pregunta
Finding locations on a graph (1x1x1 cube) and replacing values with zero
Hi all! I have created this cube with 1000 random points within it: for i=1:1000 x(i)=rand; y(i)=rand; ...
más de 8 años hace | 2 respuestas | 0
2
respuestasMerging 10 scatter plots produced with different RNG sequences
<</matlabcentral/answers/uploaded_files/49226/untitled.jpg>> Have managed to load the files now and get the scatter loaded. ...
más de 8 años hace | 0
Merging 10 scatter plots produced with different RNG sequences
Basically, the values are saved in 10 files already (.mat) There are 3 values saved in each file along each point of the x ax...
más de 8 años hace | 0
Pregunta
Merging 10 sets of scatter data into 1 scatter plot with error bars
Hi all I have saved all the values for 10 scatter plots in .mat format I am looking at loading all of these into one to cr...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Merging 10 scatter plots produced with different RNG sequences
Hi all I have produced 10 scatter graphs which are similar and I wanted to merge the files into a scatter graph with range ba...
más de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Constructing saved file name with variables from code
Hi all I currently have a save command which labels the saved files with a static name which I change each time If I have ...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Setting up a counter in a RNG (Random Number Generator)
Hi all I am running an experiment with MatLab and for robustness I am using RNG (1),(2),(3),(4),(5), etc manually editing eac...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Setting a counter to save values in a for loop
Hi all I have a for loop running 1:100:10, It is calculating a mean on a graph using: data_meanD1=mean(r(ix,:)) data_...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Plotting a mean line on a graph
Hi everyone I currently have a graph that looks like this figure plot(t,r(ix,:),'r'); hold on plot(t,r(~ix,:),'b'); xla...
casi 9 años hace | 1 respuesta | 0
1
respuestaI have a two 2D Arrays with 140 zeros, for the 1st I want 70 numbers to have a value between 0 to 1, for the 2nd I want the remaining 70 to have a value <1 and >0
Thank you so much!
casi 9 años hace | 0
Pregunta
I have a two 2D Arrays with 140 zeros, for the 1st I want 70 numbers to have a value between 0 to 1, for the 2nd I want the remaining 70 to have a value <1 and >0
Hi everyone, I currently have the below where N=140 In D1 I want half of the rows (i.e. 70 of them) to have a value >0 but <...
casi 9 años hace | 2 respuestas | 0