Community Profile

photo

Behzad Eydiyoon


Last seen: 6 months ago Active since 2021

Followers: 0   Following: 0

Message

Simplicity is the soul of efficiency

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

All
  • Community Group Solver
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Treasure Hunt Participant
  • Solver
  • First Answer
  • Thankful Level 1
  • First Submission

View badges

Feeds

View by

Answered
Using syms, after finding diff(x,y) how to insert initial condition into diff's
syms x1 x2 u1 s1 f = 9*x1^2 - 18*x1*x2 +13*x2^2 - 4 ... + u1*(x1^2 + x2^2 + 2*x1 - 16 + s1^2); A=diff(f, x1); B=diff(f,...

2 years ago | 0

Answered
How can I plot the graph?
function output = carFunc(x) x=0:0.1:75; if (x >= 75) output = 25; else output = x/3; end plo...

2 years ago | 0

Answered
How to search a folder on gui interface without going on back end ?
Try builddocsearchdb, a function for searchable documentation database.

2 years ago | 0

Answered
how to read binary file
It is completely straightforward. just read the guide and replace your downloaded data path with the path in the m.file. Below ...

2 years ago | 0

Question


Solving an optimization problem using fmincon
Can anyone help me to solve this? I do not know how to use the contraint on C3 and how to implement ri in it!

2 years ago | 1 answer | 0

1

answer