Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Fangjun Jiang
2020 年 7 月 20 日
編集済み: Fangjun Jiang
2020 年 7 月 20 日
Add % before ... if you mean to add comment. "..." is used to continue another line, but your next line is new assignment.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!