Estadística
6 Preguntas
7 Respuestas
CLASIFICACIÓN
3.530
of 295.527
REPUTACIÓN
15
CONTRIBUCIONES
6 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Textscan blanks disappears from file
Had to add input = textscan(fileID,formatSpec,'delimiter','\n','whitespace','');
más de 6 años hace | 0
| aceptada
Pregunta
Textscan blanks disappears from file
Hi guys, when i read my text file which looks like this: 0.0000 0.3826004 0.0100 ...
más de 6 años hace | 1 respuesta | 0
1
respuestahow many rows of an image form 1 feet
You have got the pixel in your pic. Now you need a calibration scale, something like 1 feet are 1200 Pixels (for instance).
alrededor de 8 años hace | 0
| aceptada
Pregunta
TIFF (Tagged Image File Format) Compression
Hi, i'm using imwrite(my_img, fullfile(Path,Name), 'tif','Compression','none'); to save my image and i want to com...
más de 8 años hace | 1 respuesta | 1
1
respuestaTwo y axes in subplot
yyaxis(ax(1),'left') plot(ax(1),x1,y1,'Color', Color_left) set(ax(1),'ylim', [0,300]) ...
más de 8 años hace | 3
HOW TO PLOT A LINE GRAPH AND TABLE FOR THE DATA BELOW
i guess you have the data in a txt file so you will have to use textscan and then plot input = textscan(fileID,'%s%f...
más de 8 años hace | 0
| aceptada
How can I ask for a question with questdlg and allow the user to rotate a figure at the same time?
As i had problems editing the standard questdlg, in this code you just have to Change WindowStyle from modal to normal and it wo...
más de 8 años hace | 0
Pregunta
'save as' command
Hello I'm searching for a command in my GUI(with guide) to save the data in a file which is named by user Input. I would like to...
más de 9 años hace | 1 respuesta | 0
1
respuestaGUI Warning before closed
My solution: write this in the second function written by guide (my_gui_OpeningFcn): set(handles.figure1,'CloseRequ...
más de 9 años hace | 0
| aceptada
Export Matlab Plots into sheet
Solved it by using subplot and then print. See my Code subplot('Position',pos.pos7) plot(true_stress,true-strain...
más de 9 años hace | 0
| aceptada
Pregunta
GUI Warning before closed
Hello, would like to have a warning ( " Data saved yes no") before my GUI (made with guide) is closed. I can't figure out whe...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
Export Matlab Plots into sheet
Hi guys, I want to make a Sheet(which can be opened without Matlab) where my plots a saved. For example i got 3 plots and want ...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
How to pass a struct between callbacks in GUI?
Hello, i want to load a file(.mat) which has a struct in it in my GUI. There is one button for picking the file and loading it a...
casi 10 años hace | 1 respuesta | 0