Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
isilay aydin
le 20 Juil 2020
Modifié(e) : Fangjun Jiang
le 20 Juil 2020
NumberOfCoolantChannels = 3;
Atotal = 4.721*10e-5 ... Total Flow Cross Section
Ac = Atotal/NumberOfCoolantChannels ...Single channel flow cross section
I have a error in Ac part could you help me?
0 commentaires
Réponse acceptée
Fangjun Jiang
le 20 Juil 2020
Modifié(e) : Fangjun Jiang
le 20 Juil 2020
Add % before ... if you mean to add comment. "..." is used to continue another line, but your next line is new assignment.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur General Applications 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!