csv file wrong numbers filled with MATLAB

Hello,
I am trying to fill a csv table in every loop in MATLAB but the values visible in the Excel file are wrong.
Details:
I am filling the csv file inside the function called myPlotFcn (attached a screenshot of the function definition) and It is called in the main script using 'solve' (attached the script too)
The excel file that I am getting is attached too, and 13577.5 was supposed to be 13577 and the value 124066999999999 was supposed to be 12406, I checked the values in MATLAB before that they get sent to the csv file.
I would be very grateful for any help with this :)
Thank you

 採用された回答

dpb
dpb 2023 年 3 月 20 日
移動済み: dpb 2023 年 3 月 20 日

0 投票

"(attached a screenshot of the function definition)..."
Don't use images for code; attach the text and format the code. Nobody can do anything but look at an image.
If you want rounded, integer values and not exact, then use one of the rounding functions first, depending upon the type of rounding desired. See round, floor, ceil ...

1 件のコメント

Achraf El Euch
Achraf El Euch 2023 年 3 月 22 日
Thank you, I used round and the problem is gone :)
concerning the code, I am new here, but I will do It next time then !

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

その他の回答 (0 件)

カテゴリ

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

タグ

質問済み:

2023 年 3 月 20 日

コメント済み:

2023 年 3 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by