Help me with this coding part

7 visualizzazioni (ultimi 30 giorni)
Phanendra Kumar Attada
Phanendra Kumar Attada il 17 Mag 2021
Risposto: Nagasai Bharat il 26 Mag 2021
How to code these expressions r = r(x1,x2); rcap(x1,x2) = r(x1,x2)+x3*b3;
  2 Commenti
Jan
Jan il 17 Mag 2021
rcap(x1,x2) = r(x1,x2)+x3*b3;
This is valid code already. What exactly is your problem?
Phanendra Kumar Attada
Phanendra Kumar Attada il 17 Mag 2021
symbolic variables, and function body must be sym expression.
Error in sym/subsref (line 909)
R_tilde = builtin('subsref',L_tilde,Idx);
Error in VAM (line 4)
THIS IS THE ERROR ITS DISPLAYING WHEN I RUN THIS

Accedi per commentare.

Risposte (1)

Nagasai Bharat
Nagasai Bharat il 26 Mag 2021

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by