Arabarra
University of Basel
Followers: 0 Following: 0
Image Processing Specialist
Estadística
CLASIFICACIÓN
5.894
of 295.495
REPUTACIÓN
8
CONTRIBUCIONES
26 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
53.85%
VOTOS RECIBIDOS
7
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
state of uitoogletool not correctly shown on a Mac
Hi I've tried this code in a Mac (10.15.6) nfig = figure; ht = uitoolbar(nfig); tt = uitoggletool(ht,'CData',rand(16,...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I customize the options in the popupmenu for selected text in the editor?
Hi, I was wondering if there is a way to customize the options that the Matlab editor offers when left clicking on a text sele...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
behaviour of nargout for anonymous functions
I'm struggling to understand the behaviour of nargout when used outside of a script. I have a testing function called addOne f...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
race condition at asynchronous task assignment during runtime
Dear Matlab community, I am trying to figure out a problem that I anticipated easy but is proving me wrong ... Basically, I am ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
extremely bad performance of event issuing by slider uicontrol in version R2020b
I have observed that in the new version of Matlab, the slider uicontrol does not issue events properly when used continuously. T...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to ask for a pool size when using parpool with threads
Dear all, using R2020b, looks like the flag "threads" when using a parpool excludes providing a pool size... is there a reason ...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
programmatical access to current selection in uitable under uifigure
Hi, Is there any way to: 1) check which cells are currently selected in a uitable (under the new uifigures, I'm aware of the...
más de 4 años hace | 3 respuestas | 0
3
respuestasPregunta
ButtonDownFcn in uitable inside uifigure for cell-dependent contextual uimenu
Hi, In uitables from normal figures, I used the ButtonDownFcn property of the uitable to define a contextmenu that depends on t...
más de 4 años hace | 0 respuestas | 2
0
respuestasPregunta
How determine if a key is pressed
Hi, is there a system-portable way to determine if a given key is pressed? I found this: https://ch.mathworks.com/matlabc...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
parpool does not open.
Hi, Since a couple of weeks and out of a sudden, I cannot use Parallel Toolbox utilities on any of my Linux workstations. mayb...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Loops in parfor are overly slow in a very simple code
Hi, I'm strugging to understand why a code that I wrote scales so poorly when ran in parallel using parpool. The operation ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Slow performance of fftn in the gpu when used inside a loop
I have just realized that the execution times for fftn operations inside a loop is not proportional to the length of the loop wh...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to automatically identify errors in the output of checkcode
Hi, my project comprises thousands of matlab functions, some of them created automatically... I need a way to check that ther...
alrededor de 5 años hace | 2 respuestas | 1
2
respuestasPregunta
uipushtool not shown correctly when the State is 'on' and figure is on focus
Hi, I'm running R2019a on a Mac, and I've detected that the uipushtool icons in a figure do not appear shadowed when they are...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Error during mex: "collect2: fatal error: cannot find 'ld'"
Hi, I get an strange error on my Linux machine (Ubuntu 16.04) when trying to compile the example file arrayProduct.cpp: >...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
setenv fails to change environment variables on Linux
Hi, I'm using Matlab on Ubuntu 16.04, and it seems that Matlab cannot run system calls:, because of an apparently failure o...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
gpuArray of variable size for codegen
Hi, I'm trying to figure out the actual potential of the codegen capabilities on the GPU. In particular there are two points...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
font control in uimenu objects
Hi, is there some obscure trick to change the fonts in uimenus? I use uimenus to show tabulated data: name : <fo...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
currently shown columns in a uitable
Hi, when the contents of a table are big (many columns or rows), some columns and/or rows go out of the scope represented in...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
listening to the creation/deletion of a file with specific name.
Hi, I'm wondering if it is possible somehow to listen to the creation/deletion of a file with an specific name. I know in Win...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Continuous tracking of 'LocationChanged' event of figure
Hi, I am trying to glue a (main) figure 1 to a (following) figure 2, so that when the user manually moves the main figure, th...
más de 6 años hace | 2 respuestas | 1
2
respuestasPregunta
non-square output size for iradon
Hi, When using the Matlab function iradon, one can choose an output size in the input syntax. However, this size has to be sq...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
determine if the mouse is pressed in a given moment
I’m wondering if the Figure class has some (probably hidden) property that expresses if the mouse is pressed (and which button)...
más de 7 años hace | 2 respuestas | 0
2
respuestas'FocusGainedCallback' doesn't work once figure has axes 2015b
Hi Fabio, the code below (I've pasted it to the Yair's article you mention) did work for me in R2016b, but it's mainly created...
casi 8 años hace | 1
Pregunta
capture focus change of a figure
Hi, does somebody know how to listen to a focus change of a figure? Yair Altman's blog mentions a way in his blog: http://un...
casi 8 años hace | 1 respuesta | 2
1
respuestaPregunta
input command makes figures irresponsive in Matlab R2016a
Hi, I have a major problem with matlab R2016a. As it turns out, while the prompt is executing an "input" command, the figures...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
uigetfile blocks the matlab shell!
Hi, using uigetfile just blocks the Matlab shell. If I type for instance the Mathworks provided example (on a freshly opened...
casi 9 años hace | 0 respuestas | 0