How do I fix these errors?

Keeps telling me theres an error with the parenthesis but I am not sure why.

回答 (1 件)

cdawg
cdawg 2023 年 3 月 29 日
編集済み: cdawg 2023 年 3 月 29 日

0 投票

So the line that has the error (Line 9) you cut off- so I can't see the entire expression. But I see "C1;" ... try "C1,". You shouldn't have semicolons separating the inputs to your function. Also, you don't have a comma after the first input: it should be fprintf('blah blah blah', C1, ...). Right now you have the comma on the inside of the quotes.

1 件のコメント

Samuel
Samuel 2023 年 3 月 29 日
Thank you!!

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

質問済み:

2023 年 3 月 29 日

コメント済み:

2023 年 3 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by