photo

Mahak SINGH CHAUHAN


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
217,894
of 300,369

REPUTATION
0

CONTRIBUTIONS
6 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
116,578
of 168,436

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


If I have a equation, suppose x.^2+y.^3-10 ; if I put the values of x and y randomly, Can I find the zeroes of this equation at certain values of x and y ? for example x=3 and y=1, there is zero.
If I have a equation, suppose x.^2+y.^3-10 ; if I put the values of x and y randomly, Can I find the zeroes of this equation at ...

6 years ago | 2 answers | 0

2

answers

Question


How to find the parameters of a non-linear model using neural network
Dear All, I am very new to Neural Networks, Can ypu please help me to get started. I am intersted to find the parameters of a m...

6 years ago | 0 answers | 0

0

answers

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago

Question


How to control on results of Genetic Algorithm ?
GA gives different result every time. If you do not know the results, how to know that which one is good ?

11 years ago | 0 answers | 0

0

answers

Answered
How can I plot only the real elements in a plot?
You can use real command in order to plot only real numbers where it is imaginary. e.g: plot(l,real(m))

11 years ago | 0

Question


How to use Genetic Algorithm ?
I have a system of equations as given following: z=[3 7 10 27 30 42]; p=[10.2 8.7 7.1 6.4 3.2 2]; PROBLEM: ((x1*x2)+x2-(...

11 years ago | 0 answers | 0

0

answers

Question


How to change mathematical symbols of division (/ to ./) and multiplication(* to .*) in a very long formula obtained by symbolic tool.
I am using symbolic toolbox in order to write a formula and differentiation etc. After I have to use my final formula in a funct...

11 years ago | 2 answers | 0

2

answers