Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Fangjun Jiang
Fangjun Jiang am 20 Jul. 2020
Bearbeitet: Fangjun Jiang am 20 Jul. 2020
Add % before ... if you mean to add comment. "..." is used to continue another line, but your next line is new assignment.

Weitere Antworten (0)

Kategorien

Mehr zu General Applications finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by