Estadística
6 Preguntas
                        0 Respuestas
CLASIFICACIÓN
112.021
                          
                          
of 300.381
                        
REPUTACIÓN
0
                           
                        
CONTRIBUCIONES
                          6 Preguntas
                          0 Respuestas
ACEPTACIÓN DE RESPUESTAS 
                            50.0%
                        
VOTOS RECIBIDOS
0
CLASIFICACIÓN
 of 20.941
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS 
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.477
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
Add equations to my polynomial fit on the graph
%I wanted to plot 5 points and make a fit of y=ax^2+bx+c. However, the disp part (in bold) is not working properly. Not only...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot a function on an existing plot
I have this code 'bandstructure' that allows me to plot data from 101 files and gives 680 nm TM.fig. I also have this code 'plo...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Create an array in workspace from multiple files
,filenames={'kx 10.txt','kx 20.txt','kx 30.txt'} for i=1:numel(filenames) load(filenames{i}); %print(filename...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
2-D colormap (loading .txt files)
I have the following code from my last assignment. The file names and types have been changed. The files like kx 0.txt and kx ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
2D color map change the input of y axis
I have this script that will compile the data in each file into a 2D color map. I wanted to change the value of the y axis...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Invert Y data (Y axis)
Hi, I have this script that will take data from 31 files, and make a colormap. I wanted to invert the y axis so that the 400...
más de 3 años hace | 1 respuesta | 0
