Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
240.057
of 300.381
REPUTACIÓN
0
CONTRIBUCIONES
8 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
How to set a path for saving file?
Hi guys, Working on my PC I can save an output file.xls in an existing directory called 'output' through the commands: pat...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to write2 strings in a cell in Excel ?
This are 2 cell-array: a={'Hi';'Hi'}; b={'Fred';'Alex'}; I would like to combine each row and write it in a cell in...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to eliminate same strings in a cell-array?
Thi is my cell-array: h={'a','b','c','a','d'}; How to eliminate one of two equal strings like 'a' in the example and get a...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot vertical lines?
This is the script: x=[0:0.1:10]; x1=5; plot(x,2*sin(x),x,5*sin(x),x,cos(x)); line([x1 x1],???????); I would lik...
alrededor de 11 años hace | 6 respuestas | 0
6
respuestasPregunta
How can I resize the horizontal lineLength in Legend?
For ex.: plot(x,sin(x)); [r, hobj1]=legend('sin(x)'); textobj = findobj(hobj1, 'type', 'line'); set(textobj,'??????...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to compare strings in a cell-array and sort them?
These are 2 cell-array, respectively list={'a','b','c','a','e','f','g'}; and list_short={'a','b','c','a'}; that contains the fir...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How to find elements equal to specific values?
This is my vector (double): v=[0.5;0.6;0.7;0.8;0.9;1.0]; I would like to find the position of 0.95 or of the nearest element ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I read whitespace character with Textread function?
Hi guys, I have a string like this 'Event_Name: NW Kagoshima' in my coord.txt file and I would like to read it in 2 columns. T...
alrededor de 11 años hace | 1 respuesta | 0
