![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3602232_1522097130115_DEF.jpg)
Alex
Johns Hopkins University Applied Physics Laboratory
Followers: 0 Following: 0
Estadística
4 Preguntas
8 Respuestas
CLASIFICACIÓN
11.004
of 297.016
REPUTACIÓN
4
CONTRIBUCIONES
4 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Firing Event if mouse enters graphic objects (figure, axes, button, etc.)
One way to do this is to create a timer and define the graphics areas (in pixels or whatever) and timer keeps monitoring the mou...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
ColumnWidth Property on uitable
Creating an uitable with initial 'ColumnWidth' values that can be changed by the user. Does anyone know if Mathworks allows to g...
más de 9 años hace | 1 respuesta | 0
1
respuestaHow to extract data from a plot?
If you have the handle available, you can access the data using the XData and YData properties.
más de 9 años hace | 0
how to find strings of varying length within longer strings
Try strfind.
más de 9 años hace | 0
Image pixel conversion to Latitude and longitude of that position
You need to change the XTick, YTick properties of the image.
más de 9 años hace | 0
how to show 20 images in single figure using matlab ?
Does subplot(n,m,i) help?
más de 9 años hace | 0
MATLAB standalone executable calling other MATLAB scripts
What you are asking is not possible. Every time you compile your GUI using deploytool, you need to provide all the dependecies (...
más de 9 años hace | 0
reading excel file NUMERIC DATA. PROBLEM: multiple data in single column single row. how to extract required data .Note: there are 4 blanks between each value but 3 if next value is negative.
Try this: [~,txt]=xlsread(xlsfilename); Does it return all the data as text? If so, then you you can use a fgetl/for loop or...
más de 9 años hace | 0
Pregunta
Compiling C++ software Using Mex
Hello, I am trying to compile a .cpp code that uses libraries such as opencv 3.0, ceres, boost, and tbb. Below is the output....
más de 9 años hace | 1 respuesta | 0
1
respuestaHow to adjust Grid limits
You need to play with the XTick and YTick axes properties. set(hFig, 'XTick', [1 10 20 ....])
más de 12 años hace | 0
Can I superimpose an image on a video in Matlab GUI?
Yes, you can. Check this out: http://blogs.mathworks.com/steve/2009/02/18/image-overlay-using-transparency/ I did exactly ...
más de 12 años hace | 0
Pregunta
kickstart Matlab remotely using SSH
Hi I want to start matlab on a "remote" computer using SSH. However, I don't want to bring it to the local terminal. I just w...
más de 12 años hace | 1 respuesta | 0