Feeds
提问
readtableが勝手にアンダーバーで分割するのを通常通りコンマで分割してほしい
% ファイルパスの指定 file1 = 'ssim_values.csv'; file2 = 'dmos.csv'; T1 = readtable(file1) T2 = readtable(file2) 添付のcsvファイルを読み取り、...
2 years 前 | 1 个回答 | 0
1
个回答提问
位置 1 のインデックスが無効です。配列インデックスは正の整数または logical 値でなければなりません。
% 画像が格納されているフォルダのパス folderPath = 'minikadid'; % フォルダ内の画像ファイルの一覧を取得 fileList = dir(fullfile(folderPath, '*.png')); % 画像ファイルの拡張...
2 years 前 | 0 个回答 | 0