photo

Chan Heng


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
218,597
of 301,447

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,284

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,609

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


how to evaluate symbolic functions in matlab?
Example I have x=[1,1]; how could I evaluate Displacement1 by value x? Displacement1 = [ 0, -(9*x(2) + 18*2^(1/2)*x(1))/(25*x...

10 years ago | 1 answer | 0

1

answer

Question


how to evaluate symbolic functions in matlab?
Example I have x=[1,1]; how can I evaluate Displacement1 by value x? Note: in my problem x can be varied to x(n). I try to use c...

10 years ago | 0 answers | 0

0

answers

Question


What is a appropriate method to maximize function subject to nonlinear equality constraint? can we use fmincon?
I want to maximize a function subject to nonlinear equality constraint, I wonder that fmincon can use with this problem or not? ...

10 years ago | 2 answers | 0

2

answers