Feeds
已提交
xiangruili/dicm2nii
NIfTI conversion, visualization and transformation tools
1 year 前 | 78 次下载 |
已回答
How do I close all open scripts in the Editor window?
I suppose you may also close the Editor window, if you wanted to close all scripts. Why does not do the following simple way? ...
How do I close all open scripts in the Editor window?
I suppose you may also close the Editor window, if you wanted to close all scripts. Why does not do the following simple way? ...
2 years 前 | 1
提问
Matlab disables monitor sleeping under Ubuntu
It seems once Matlab starts, the Ubuntu monitor won't fall into sleep, but stay on all the time on some Matlab versions. I have...
4 years 前 | 1 个回答 | 0
1
个回答提问
can getpixelposition() be used for uifigure?
getpixelposition(hObj, recursive) is a convenient function to get the position of an object, especially when recursive is true....
4 years 前 | 1 个回答 | 0
1
个回答已回答
deprecated javacomponent and javaframe
Some missing functionality are added gradually. After some test with R2020b, I can conform the following: figure icon is implem...
deprecated javacomponent and javaframe
Some missing functionality are added gradually. After some test with R2020b, I can conform the following: figure icon is implem...
4 years 前 | 2
已回答
programmatical access to current selection in uitable under uifigure
As mentioned in my previous post, Mathworks informed me the issue has been addressed since R2020a, but I did not find any docume...
programmatical access to current selection in uitable under uifigure
As mentioned in my previous post, Mathworks informed me the issue has been addressed since R2020a, but I did not find any docume...
4 years 前 | 5
| 已接受
已回答
programmatical access to current selection in uitable under uifigure
In R2019b or earlier, there is no way to programmatically select a cell or row. This was confirmed with Mathworks and I requeste...
programmatical access to current selection in uitable under uifigure
In R2019b or earlier, there is no way to programmatically select a cell or row. This was confirmed with Mathworks and I requeste...
4 years 前 | 0
已回答
How can I access subfunctions from outside the main function in MATLAB?
Here are two methods I use to access local functions. The m file may look like this: function varargout = myMainFunc(in, vararg...
How can I access subfunctions from outside the main function in MATLAB?
Here are two methods I use to access local functions. The m file may look like this: function varargout = myMainFunc(in, vararg...
4 years 前 | 0
已回答
Increase the plotting performance in the MATLAB level (drawmode/ optimizing rendering/ down sampling etc)
I found this thread while looking for solutions to speed up patch update. My figure has four patches, each with ~32k vertices. E...
Increase the plotting performance in the MATLAB level (drawmode/ optimizing rendering/ down sampling etc)
I found this thread while looking for solutions to speed up patch update. My figure has four patches, each with ~32k vertices. E...
7 years 前 | 0
提问
py.os.popen error under Windows
Later matlab versions can call python libraries directly. I came across a problem when calling py.os.popen or py.subprocess.chec...
7 years 前 | 1 个回答 | 1
1
个回答已回答
Why the external dos command/program is so slow in 64 bit window?
I observed the slowness for both win32 and win64. I just posted a question <https://www.mathworks.com/matlabcentral/answers/3385...
Why the external dos command/program is so slow in 64 bit window?
I observed the slowness for both win32 and win64. I just posted a question <https://www.mathworks.com/matlabcentral/answers/3385...
7 years 前 | 0
提问
Performance of system/dos function
[status, cmdout] = system(cmd) has been reported to be slow for a while (see <https://www.mathworks.com/matlabcentral/newsr...
7 years 前 | 0 个回答 | 4
0
个回答已回答
how to separate mac address on windows...?
For Windows: [~, a] = system ('getmac'); mac = regexp(a, '([0-9A-F]{2}-){5}[0-9A-F]{2}', 'match', 'once'); % get first o...
how to separate mac address on windows...?
For Windows: [~, a] = system ('getmac'); mac = regexp(a, '([0-9A-F]{2}-){5}[0-9A-F]{2}', 'match', 'once'); % get first o...
7 years 前 | 1
已回答
simpler way to make new matlab function compatible to early version
Thanks for the answer and comment. Rik's method to use a wrapper will sure work. I think I found a simple way, which is to us...
simpler way to make new matlab function compatible to early version
Thanks for the answer and comment. Rik's method to use a wrapper will sure work. I think I found a simple way, which is to us...
8 years 前 | 0
提问
simpler way to make new matlab function compatible to early version
flip is a builtin function for later matlab, but not for earlier matlab. I am thinking this simple way to take care of the comp...
8 years 前 | 2 个回答 | 2
2
个回答已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years 前
已回答
Drag and Drop file (txt file)
For anyone who is interested, here is <http://www.mathworks.com/matlabcentral/fileexchange/53511-drag---drop-functionality-for-j...
Drag and Drop file (txt file)
For anyone who is interested, here is <http://www.mathworks.com/matlabcentral/fileexchange/53511-drag---drop-functionality-for-j...
8 years 前 | 1
提问
how to add a separator line in popup uicontrol?
Is there a way to add a separator line for a popup uicontrol, like what "Separator" keyword does for uimenu? I searched, but ...
9 years 前 | 2 个回答 | 0
2
个回答已回答
Why does R2013b keyboard freeze when toggling X11 forwarded windows?
Due to the above problem, I am using VNC viewer for now. The keyboard almost works fine, except several keys on the number pad. ...
Why does R2013b keyboard freeze when toggling X11 forwarded windows?
Due to the above problem, I am using VNC viewer for now. The keyboard almost works fine, except several keys on the number pad. ...
11 years 前 | 0
已回答
Why does R2013b keyboard freeze when toggling X11 forwarded windows?
I am having exactly the same problem, although I haven't tried other matlab versions due to access issue. Anyone has a solution?...
Why does R2013b keyboard freeze when toggling X11 forwarded windows?
I am having exactly the same problem, although I haven't tried other matlab versions due to access issue. Anyone has a solution?...
11 years 前 | 0
提问
why serial write freezes in Matlab R2012b?
I just installed 32-bit Matlab R2012b on 32-bit Windows XP, but found that the serial write (both fprintf and fwrite) doesn't wo...
12 years 前 | 0 个回答 | 0