フィルターのクリア

How to load only part of a file in MATLAB

7 ビュー (過去 30 日間)
Mayank Jain
Mayank Jain 2018 年 3 月 4 日
回答済み: javad ebrahimi 2018 年 3 月 4 日
THIS IS THE FILE AND I WANT TO MAKE A MATRIX OF ONLY THE COLUMNS WITH NUMBERS. IM USING load('filename') but it gives me an error.
  1 件のコメント
Stephen23
Stephen23 2018 年 3 月 4 日
編集済み: Stephen23 2018 年 3 月 4 日
You cannot use load for this, because that file contains mixed character and numeric data. You will need to use textscan, readtable, or something similar. See:

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

回答 (1 件)

javad ebrahimi
javad ebrahimi 2018 年 3 月 4 日
HI dear Mayank Jain
you can drag your txt file in Workspace And then click Import selection after making the necessary changes

カテゴリ

Help Center および File ExchangeTables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by