Community Profile

photo

He Zhu Zhu


Last seen: 2 years ago Active since 2018

Statistics

  • First Review
  • First Answer

View badges

Content Feed

View by

Answered
How can I sort an array of structures based upon a particular field in MATLAB?
function result = sortby(structArray, fieldName, reverse) % sort a structure array by a field if nargin < 3, reverse = f...

2 years ago | 0

Answered
Common Y label for multiple subplots in MATLAB!!!
If you used common Y label for multiple subplots, you might need to link the axes. The simplest way to do this is linkaxes funct...

4 years ago | 0

Answered
problem When I drag my mouse in GUI,matlab command will come to the top of the window automatic, GUI lose its focse
Some translating software with auto-copy feature can result in this problem. For example: bing translate, QTranslate(in my case)...

5 years ago | 0