photo

Behzad Eydiyoon


Last seen: 12ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

Simplicity is the soul of efficiency

Programming Languages:
MATLAB
Spoken Languages:
English

統計

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

バッジを表示

Feeds

表示方法

回答済み
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,...

約3年 前 | 0

回答済み
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...

約3年 前 | 0

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

約3年 前 | 0

回答済み
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 ...

約3年 前 | 0

質問


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!

約3年 前 | 1 件の回答 | 0

1

回答