統計値のまとめ方
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
添付したファイルについて統計処理を行い,ファイル(out.csv)にまとめて出力したいのですが,いい方法がなかなかできません。
教えていただけますでしょうか。
やりたいこと
L01.csvの1列目のデータの最大,最小,平均,標準偏差の値を,タイトル付き(1行目)でout.csvの2行目に,2列目を3行目,…,22列目を23行目に出力。
0 commentaires
Réponse acceptée
Dyuman Joshi
le 13 Déc 2023
Store the results in a table with an appropriate title and use writetable to write the data into out.csv
3 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!