Help me with this coding part
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to code these expressions r = r(x1,x2); rcap(x1,x2) = r(x1,x2)+x3*b3;
2 commentaires
Jan
le 17 Mai 2021
rcap(x1,x2) = r(x1,x2)+x3*b3;
This is valid code already. What exactly is your problem?
Réponses (1)
Nagasai Bharat
le 26 Mai 2021
Hi,
I have attached below few related community answer who faced the same issue as yours. The probable reason might be due to the initialization of r(x1, x2).
0 commentaires
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!