Estadística
CLASIFICACIÓN
2.588
of 296.216
REPUTACIÓN
23
CONTRIBUCIONES
70 Preguntas
26 Respuestas
ACEPTACIÓN DE RESPUESTAS
65.71%
VOTOS RECIBIDOS
17
CLASIFICACIÓN
11.663 of 20.368
REPUTACIÓN
37
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
9 Archivos
DESCARGAS
8
ALL TIME DESCARGAS
178
CLASIFICACIÓN
122.719
of 155.704
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Why the squeeze function squeeze 1x3 array to 1x3, but squeeze 1x1x1x3x1 to 3x1?
>> size(squeeze(rand(1,1,1,3,1,1,1))) ans = 3 1 >> size(squeeze(rand(1,1,3,1,1,1))) ans = 3 1 >> size(squeeze(ra...
17 días hace | 3 respuestas | 1
3
respuestasPregunta
Is there a function to tell if Matlab is using little-endian or big-endian on current computer?
Is there a function to tell if Matlab is using little-endian or big-endian on current computer?
17 días hace | 2 respuestas | 0
2
respuestasPregunta
Why the start point of boundingbox of regionprops is not integers, but offset with 0.5?
I am trying to use the boundingbox to create the index to crop the tile, but find that the start position is not integer. Can I...
24 días hace | 1 respuesta | 0
1
respuestaPregunta
uicontrol of pushbutton cannot set text color
% Create a figure fig = figure; % Create a uicontrol button with red color btn = uicontrol('Style', 'pushbutton', 'String...
3 meses hace | 1 respuesta | 0
1
respuestaPregunta
questdlg button: how to show multiple lines as choice?
When I set the optional answers for questdlg, a prolem is that if the string is too long, the dialogue will be too wide. I am s...
3 meses hace | 0 respuestas | 0
0
respuestasPregunta
figure resize behavior control: from bottom or from top
Hi, I encountered a problem when I resized a figure: The aim of resizing is to manually drag the top/bottom boundary to adjust t...
4 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to work with Java 9 Platform Module System (JPMS) runtime image from within Matlab?
Matlab could add the jar files into javaclasspath and call the methods inside the jars. However, from Java9, there is another wa...
6 meses hace | 0 respuestas | 0
0
respuestasPregunta
The blank before var >0.5 cause error in R2016a
I found a strange behavior in R2016a command line. The additional blank before > cause problem: >> aAreaVec = rand(5,1) aAreaV...
6 meses hace | 2 respuestas | 0
2
respuestasPregunta
Is there a uicontrol to let user rearrange rows of strings?
The aim is to show several rows of strings, and let the user freely sort the strings by drag. The listdlg cannot let the user t...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to undo axis(gca,'image')
I use imagesc to show a demo: imagesc % a photo shows, with blank on top, stretchable by the resize of the window axis...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
get(gca,'DataAspectRatio') does not refelct the real pixel ratio, and does not upate after stretching the figure window in default auto mode.
Hi, I am using imagesc to show a matrix and want to get the aspect ratio of pixels at that time: C = [0 2 4 6; 8 10 12 14; 16 1...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaGenerate DICOM file sequence from Matlab
Yes this SeriesInstanceUID and StudyInstanceUID solved my problem. I think to get 3D volume you may need other parameters like...
más de 1 año hace | 0
H5F.close(fid) flush was delayed, and cause problem when calling h5create afterwards
solved by H5F.flush(fid,'H5F_SCOPE_GLOBAL') H5F.close(fid)
más de 1 año hace | 0
| aceptada
Pregunta
H5F.close(fid) flush was delayed, and cause problem when calling h5create afterwards
Hi, I am using low-level H5 commands to create a h5 file and do something on it, then close it. Then I use h5 high-level funct...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Sort or place several points into the nearst point in an unknown a x b grid, and get each point's (i,j) index in the grid.
Hi I encountered a problem when I try to allocate K points into a horzontal/vertical grid of unkonwn size. Suppose there are va...
más de 1 año hace | 1 respuesta | 0
1
respuestaWindowButtonMotionFcn cannot be changed in later time
I found the reason: zoom yon this command modifies the pan callbacks into an temporary status, thus modification of pan callba...
más de 1 año hace | 0
| aceptada
Pregunta
WindowButtonMotionFcn cannot be changed in later time
Hi, I am creating a figure and customize the pan-function: function hFig = mouse_figure ... hFig = figure; set(hFig,... ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
textscan(fid,'%s','delimiter',{'\r','\n'}) lost a Tab located in the very beginning of 1st row of text file
Hi, I am using textscan to read a tsv file. This tsv file has an empty cell in the {1,1} position, but the textscan lost this t...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
bsxfun @times the row sum and @rdivide the (1./row sum) does not produce same results
Hi, I am using bsxfun to divide a matrix by row sum. That is to say, each number is divided by the sum of row it is located. I ...
casi 2 años hace | 2 respuestas | 0
2
respuestasPregunta
listbox cannot make it select single or none, it has to be single or multiple.
Hi,I am using listbox to select item. The aim is to select only one, or no select. I set min to 0 and max to 1, but the ui doe...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
imagesc is missing several rows of pixels when image has 1780 rows of pixel
% Simple demo to reproduce the bug. % Purpose: show 2000x300 image by imagesc with yticklabel, % then do "Y-only" zoom fo...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
stop and re-start timer inside TimerFcn cause pseudo-multiple parallel duplicated timer (in fact only 1 timer exist) running.
I start a timer and need to update the Period property during the running when some condition was met. inside (I put the code ...
casi 2 años hace | 0 respuestas | 1
0
respuestasProgrammatically performing "Expand axes to fill figure"?
works not very well if there are text or annotation created outside the plot area as they will be partially cropped. axis tickl...
alrededor de 2 años hace | 0
Pregunta
keypress callback in figure works but always send a copy of key to matlab command line afterwards
Hi,I am writing a callback to a figure: f=figure; imagesc(rand(56,67)) % set(f,'KeyPressFcn',[]); set(f,'WindowKeyPressFcn',...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
javaaddpath not update during runtime inside a function
Hi, I encountered a problem trying to load a jar inside a function. The problem is that when the function runs, it goes into in...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
com.google.gson appears multiple time in matlab jar library and refuse to load new version of com.google.gson
I have encountered this problem in many times in the past years. Matlab has several library jars with com.google.gson class, in...
más de 2 años hace | 0 respuestas | 0
0
respuestasHow to let a lab tell if another lab is idle or not in a spmd block at that time : isidle(labindex)
labProbe can solve this problem.
casi 3 años hace | 0
| aceptada
Pregunta
How to let a lab tell if another lab is idle or not in a spmd block at that time : isidle(labindex)
Hello, Is there a way to let lab 2 know if a lab 1 is idle or not in a specific timepoint: % an example (not related to reali...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
m file code sometimes loss a "end" and corruput the file on hard disc.
I encountered some very rare error (~1 occurance/year). The error is that when I run matlab project/functions, very rarely the ...
casi 3 años hace | 1 respuesta | 0
1
respuestaEnviada
loop pause continue manipulator
This small panel can pause during a loop by switch the button anytime. If switch to pause, next loop will pause,, until switc...
casi 3 años hace | 0 descargas |