Yuebin Zhou
MathWorks
Followers: 0 Following: 0
My name is Yuebin. I graduated from Georgia Tech with a master degree in Computer Science. I am now working at the MathWorks.
Statistiques
0 Questions
38 Réponses
RANG
2 393
of 297 016
RÉPUTATION
26
CONTRIBUTIONS
0 Questions
38 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Improvement of speed for code for hex serial command list
Can you provide more details to the first question? The second question about performance optimization would also depend on how ...
plus de 7 ans il y a | 0
remove discs from lat/lon coverage
It seems the code is not complete according to the description. Can you put the entire of it online?
plus de 7 ans il y a | 0
legacy_code : How to set the mex option to -I when calling legacy_code('compile',def);
Check out this documentation page: http://www.mathworks.com/help/simulink/slref/legacy_code.html you can specify all compi...
plus de 7 ans il y a | 1
| A accepté
How to read and plot Rinex messages?
Reading Rinex is not a supported functionality that ships with MATLAB, but there may be 3rd party tools that enable you to do it...
plus de 7 ans il y a | 0
GPU calculation with regionprops.Perimeter fails
Documentation always shows information for the latest MATLAB. From the error message, it might be because you are using an older...
plus de 7 ans il y a | 0
Plot Data from Sensor in real time
For reading files, you may check out the link below: https://www.mathworks.com/help/matlab/text-files.html For GUI, you ca...
plus de 7 ans il y a | 0
License error -9 on external HDD
This may not comply with the license agreement, but you can check with MathWorks Technical Support Installation team to make sur...
plus de 7 ans il y a | 0
Matlab model version management
Version management system should only be used for managing versions. As you have pointed out, using it in this case may not be a...
plus de 7 ans il y a | 0
How can i change value in a web drop down box?
You can check out the web access APIs in MATLAB https://www.mathworks.com/help/matlab/internet-file-access.html However, t...
plus de 7 ans il y a | 0
Can you cancel Thomson Reuters Tick History requests using the Matlab API commands?
Below is all Web access API`s MATLAB provides. https://www.mathworks.com/help/matlab/internet-file-access.html If the web ...
plus de 7 ans il y a | 0
Fir filter move pi to left
The line you pointed out looks correct. For this issue, you can possibly check how the axis was created.Is Xlim correct?
plus de 7 ans il y a | 0
Is Matlab American Account be able to use in China?
There should not be any problem to log in MathWorks account in China. If there are, you can contact customer service
plus de 7 ans il y a | 0
Wavelet and hdl coder
You can check the documentation of wavedec and waverec and see if you passed in the right arguments.
plus de 7 ans il y a | 0
Read numbers from text files into Matlab
"textscan" could be useful in this case. https://www.mathworks.com/help/matlab/ref/textscan.html There are more functions...
plus de 7 ans il y a | 0
I am using pdist, and although embracing the vector approach for reduced memory consumption, the size of the vector exceeds matlab size array preference. Any ideas how to tackle this problem?
You may check out this link for guidelines of reducing memory consumption. https://www.mathworks.com/help/matlab/performance...
plus de 7 ans il y a | 0
| A accepté
Is MATLAB's Regression Learner App able to output an equation?
This does not sound like a supported workflow. But you may check out MATLAB Compiler. Using that, one can compile MATLAB functio...
plus de 7 ans il y a | 1
Matlab and Arduino wireless communication
MATLAB is not designed for real-time processing, so exact real-time update may be not guaranteed. Also, you may also want to che...
plus de 7 ans il y a | 0
Convolution in matlab continuous
Below is a similar question https://www.mathworks.com/matlabcentral/answers/86136-convolution-of-two-functions
plus de 7 ans il y a | 0
How can I extract data with respect to certain non numeric values
You can check the link below: http://stackoverflow.com/questions/8061344/how-to-search-for-a-string-in-cell-array-in-matlab
presque 9 ans il y a | 0
How do I create relative paths for functions packaged into Apps?
Would putting another field on the GUI which enables users to specify the path themselves be a good idea?
presque 9 ans il y a | 0
I want to connect mysql database on www.000webhost.com with matlab 2016a. Is that possible?If yes, How to do that? Can't get any source for this.
The functions you mentioned correspond to connect to database using JDBC, ODBC and Bridge. You can refer to the link below for s...
presque 9 ans il y a | 0
How to convert datetime
Please try the two functions below: datestr http://www.mathworks.com/help/matlab/ref/datestr.html?searchHighlight=datestr ...
presque 9 ans il y a | 0
Does our license entitle us to use of online matlab? How do we instruct students to create an account?
You can contact the technical support of MathWorks. There is a install and licensing support team dedicated in assisting on thes...
presque 9 ans il y a | 0
Matlab standalone application running on Raspberry Pi or Xilinx Zynq-7020
To run standalone applications created from MATLAB compiler, MATLAB Runtime is required to be present on the machine. I don`t th...
presque 9 ans il y a | 0
Simulink subsystem with electric circuits?
This is possible. Please see the link below: http://www.mathworks.com/help/simulink/ug/creating-subsystems.html
environ 9 ans il y a | 0
How Can I feed a database with all the paths (directories) of the model?
You want to create a database from you folder structure? I did not find any MATLAB script or tool which could directly allow you...
environ 9 ans il y a | 0
How can I create a .NET DLL with a custom name?
I didn`t see a place you can change its name in MATLAB 2011b. But you can just change the name after the DLL is generated and th...
environ 9 ans il y a | 0
Is it possible to interpret text in a uitable and can I set the margin position?
Please provide with your code and any error message you have got.
environ 9 ans il y a | 0
Why does sdruload think my USRP x310 is not an x310?
Please first try to use a vendor utility to check if this device can work properly. If it does not work with its vendor software...
environ 9 ans il y a | 0
VB.net Compiler Error - Dependency Requirements
The error might be caused by file read/write permission issues. You can try the following workarounds. Workaround 1: Run ...
environ 9 ans il y a | 0
| A accepté