Community Profile

photo

Behzad Eydiyoon


Last seen: 6 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Contatto

Simplicity is the soul of efficiency

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiche

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

Visualizza badge

Feeds

Visto da

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0

Domanda


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!

oltre 2 anni fa | 1 risposta | 0

1

risposta