photo

Scott


Home

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
3 个回答

排名
6,470
of 297,457

声誉
7

贡献数
4 个提问
3 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Run/Display Neural Network on Test data after training
After you have built and trained your network, use the "sim" command to simulate the network, e.g. Y = sim(net,P) % P is...

11 years 前 | 0

已回答
Observing Execution of a Program
You can use the Debug system to execute statements line-by-line by jumping into or over code, and/or using breakpopints. You ca...

11 years 前 | 0

提问


Maximize/minimize output of weighted inputs
I am trying to find an efficient method to "optimize" a result given a set if inputs and weights e.g. a stock trading strategy. ...

11 years 前 | 1 个回答 | 1

1

个回答

提问


Only plot top part of 3D bar
I am plotting the results of cross correlation on a bar3 figure. At times, a lot of the values are 'close' to each other, so in...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
How to suppress the ans in a user defined function
When you call MyMax_1(A), add a semi-colon to the end of that line e.g. x=[1,2,3;4,5,6]; MyMax_1(x); maxcolumns ...

11 years 前 | 1

| 已接受

提问


3D plot: XY axes plane at Z=0
When I create a 3D plot, e.g: [x,y] = meshgrid([-2:.2:2]); Z = x.*exp(-x.^2-y.^2); surf(x,y,Z,gradient(Z)); The pl...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Merging two matrices by first column values
I have two matrices (A and B), the first column in each is a date, the second column is a reading (double). The dates in A and ...

11 years 前 | 1 个回答 | 0

1

个回答