フィルターのクリア

missing value in TEXT file in matlab

2 ビュー (過去 30 日間)
azar mzory
azar mzory 2013 年 12 月 4 日
編集済み: azar mzory 2014 年 1 月 9 日
how to import data and load (text file ) into matlab any info and matlab codes and function about text file in matlab ( string in matlab
  1 件のコメント
sixwwwwww
sixwwwwww 2013 年 12 月 5 日
can you provide sample of your data?

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

採用された回答

sixwwwwww
sixwwwwww 2013 年 12 月 5 日
For importing text type data you can use different functions like:
textscan
dlmread
importdata
fscanf
fread
etc etc...
For comparing two columns you can use
: operator in combination with if-else statement and logical operators etc etc...
What to use where depends upon your data. So may be some sample data will be nice to give specific answer

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Import and Export についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by