Jonathan Kwang
MathWorks
Followers: 0 Following: 0
Statistics
0 Questions
11 Answers
RANK
3 160
of 295 448
REPUTATION
18
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
[p,S] = polyfit(x,y,n); how to get S manually
You can view the code for the polyfit function by typing the following in the MATLAB command window: >> edit polyfit Then by...
nästan 8 år ago | 0
| accepted
Running MATLAB script that uses parallel processing from a windows batch file
Unfortunately, if you exit MATLAB while the parallel pool is running, the parallel pool shuts down along with MATLAB so new para...
nästan 8 år ago | 0
| accepted
How do I save state in app designer?
One way to do this is the following: # Save the value in a "CloseRequestFcn" callback function for you app to a MAT file: <h...
nästan 8 år ago | 2
is binning technique will reduce quality of hmmtrain function?
In the documentation for "hmmtrain", N is described as "the number of possible emissions". <https://www.mathworks.com/help/sta...
nästan 8 år ago | 0
Why do I keep getting "Invalid object name 'DB.Table' " when using database explorer ?
This error could be occurring because you are selecting a table that is not permitted to your user account. Please ensure you...
nästan 8 år ago | 0
Change shortcut for focusing command window and editor?
Unfortunately, you are not able to customize the keyboard shortcut for making the command window or editor the active tool. ...
ungefär 8 år ago | 0
How do I get the legend to ignore certain entries when plotting using the shadedErrorBar function?
The "shadedErrorBar" function is a File Exchange submission and not a builtin MATLAB function. It is usually best to contact the...
mer än 8 år ago | 0
| accepted
What is the formula implemented in "corr" function?
I understand you would like to know if "corr" and "corr2" use the same internal formulas. They both implement the Pearson cor...
mer än 8 år ago | 1
Help with drawing lines at a constant angle (60 degrees) to another line starting from a known point.
You could add a "addNewPositionCallback" callback function to each of the lines. Then in this callback function you can calculat...
mer än 8 år ago | 0
Pyproj in Mathlab?
I work for MathWorks and this functionality does not currently exist in MATLAB. However, I have forwarded this feedback to the a...
mer än 8 år ago | 0
Plotting Multiple Linear Regressions
I understand that you would like to know how to customize the appearance of the graph layout after plotting a linear regression ...
mer än 8 år ago | 0