photo

Xiangrui Li


Last seen: 9 jours il y a Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

7 Questions
13 Réponses

File Exchange

5 Fichiers

Cody

0 Problèmes
1 Solution

RANG
2 087
of 299 750

RÉPUTATION
31

CONTRIBUTIONS
7 Questions
13 Réponses

ACCEPTATION DE VOS RÉPONSES
28.57%

VOTES REÇUS
17

RANG
636 of 20 792

RÉPUTATION
2 845

CLASSEMENT MOYEN
4.80

CONTRIBUTIONS
5 Fichiers

TÉLÉCHARGEMENTS
67

ALL TIME TÉLÉCHARGEMENTS
21913

RANG
88 163
of 165 710

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
30

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Scavenger Finisher
  • Thankful Level 2
  • Knowledgeable Level 1
  • Solver
  • Commenter
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 3
  • Thankful Level 1
  • 3 Month Streak
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5

Afficher les badges

Feeds

Afficher par

Réponse apportée
Is there a good reason for choosing assert() over an if condition with an error?
I hit this qustion while exploring python assert. I recall that Matlab assert is alway bad for performance, compared to if ... e...

environ un mois il y a | 0

A soumis


MagventureTMS
Matlab code controlling Magventure TMS

5 mois il y a | 1 téléchargement |

0.0 / 5

A soumis


uiFileDnD
Enable file DnD onto Matlab uifigure

presque 2 ans il y a | 11 téléchargements |

4.0 / 5
Thumbnail

A soumis


xiangruili/dicm2nii
NIfTI conversion, visualization and transformation tools

plus de 2 ans il y a | 50 téléchargements |

5.0 / 5
Thumbnail

Réponse apportée
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? ...

plus de 3 ans il y a | 1

Question


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...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


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....

presque 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
deprecated javacomponent and javaframe
Some missing functionality are added gradually. After some test with R2020b, I can conform the following: figure icon is implem...

presque 5 ans il y a | 2

Réponse apportée
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...

presque 5 ans il y a | 5

| A accepté

Réponse apportée
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...

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 0

A soumis


mp4_video
Create mp4 video from Matlab figure

plus de 5 ans il y a | 4 téléchargements |

0.0 / 5

A soumis


Get computer MAC address
Get MAC address for different operating systems

environ 7 ans il y a | 1 téléchargement |

5.0 / 5

Réponse apporté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...

plus de 7 ans il y a | 0

Question


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...

environ 8 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

plus de 8 ans il y a | 0

Question


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...

plus de 8 ans il y a | 1 réponse | 4

0

réponse

Réponse apportée
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...

plus de 8 ans il y a | 1

Réponse apportée
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...

plus de 8 ans il y a | 0

Question


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...

plus de 8 ans il y a | 2 réponses | 2

2

réponses

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

presque 9 ans il y a

Réponse apportée
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...

environ 9 ans il y a | 1

Question


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 ...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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. ...

plus de 11 ans il y a | 0

Réponse apportée
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?...

plus de 11 ans il y a | 0

Question


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...

presque 13 ans il y a | 1 réponse | 0

0

réponse