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?

채택된 답변

Fangjun Jiang
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개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by