photo

uday


Last seen: 5년 초과 전 2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

7 질문
0 답변

순위
175,133
of 300,364

평판
0

참여
7 질문
0 답변

답변 채택
57.14%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to perfom this fitting in matlab
How to code this in matlab for least square fitting f(i,j)= ai^2 + bj^2 + cij + di + ej + f , similar to this ...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Why there is difference in output while using the following two codes for same differntial equation?
function xprime = lorenz(t,x) sig= 10; beta= 8/3; rho= 28; %Lorenz equation xprime=[-sig*x(1) + sig*x(2); rho*x(1) - x(2)...

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

1

답변

질문


how to solve following differential equation.
f'''+1/2*f*f''=0; numerical value of f is to be calculated. Please provide code for solving it.

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

1

답변

질문


What is best BP training function to train data with following input in MLP?
I have a lorenz time series data with 3*19999 input and same size of target data. I have to train this network with MLP by usin...

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

1

답변

질문


How to make A Neural Network with following details?
Multilayer perceptron topology with error back propagation algorithm for training and For the weight updates method use of the d...

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

1

답변

질문


How to do Single step ahead prediction of Lorenz chaotic time series using Feed Forward Backpropogation Neural Network.
I want to do one step ahead prediction of lorenz chaotic time series data with 3*20000 data. how to do that. It will be al...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I how to divide target data for feed forward network.
I have solved lorenz equation and got value of x,y,z. Then I have divided x ,y,z data into inputX, inputY, inputZ data and targ...

거의 12년 전 | 답변 수: 1 | 0

1

답변