suppressing command window output from function calls
古いコメントを表示
I have a function that calculates local time from input UTC time. The call to the function looks like this.
[dateStr, sampleLSTHr, sampleLSTMin] = UTCtoLST(dateStr, sampleTimeZone);
This function gets called many (1000s) of times as we process satellite swath data. Despite the semi-colon, with each call it triggers output to the command window.
How do I suppress that output?
Thank you.
1 件のコメント
Stephen23
2025 年 2 月 6 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Scenario Generation and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!