photo

uday


Last seen: mer än 5 år ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
74 158
of 300 365

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

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

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


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

mer än 7 år ago | 0 answers | 0

0

answers

Question


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

mer än 11 år ago | 1 answer | 0

1

answer

Question


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.

mer än 11 år ago | 1 answer | 0

1

answer

Question


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

mer än 11 år ago | 1 answer | 0

1

answer

Question


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

mer än 11 år ago | 1 answer | 0

1

answer

Question


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

mer än 11 år ago | 2 answers | 0

2

answers

Question


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

nästan 12 år ago | 1 answer | 0

1

answer