photo

Jonathan Kwang

MathWorks

Last seen: 3 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
11 个回答

排名
3,272
of 301,809

声誉
18

贡献数
0 个提问
11 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 21,414

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,674

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

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

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 0

| 已接受

已回答
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...

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 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. ...

10 years 前 | 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...

10 years 前 | 0

| 已接受

已回答
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...

10 years 前 | 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...

10 years 前 | 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...

10 years 前 | 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 ...

10 years 前 | 0