photo

Scott


Home

2014년부터 활동

Followers: 0   Following: 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...

대략 10년 전 | 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...

대략 10년 전 | 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. ...

대략 10년 전 | 답변 수: 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...

10년 초과 전 | 답변 수: 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 ...

10년 초과 전 | 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...

10년 초과 전 | 답변 수: 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 ...

10년 초과 전 | 답변 수: 1 | 0

1

답변