photo

ALI


Last seen: 11 months ago Active since 2023

Followers: 0   Following: 0

Programming Languages:
C++

Statistics

Feeds

View by

Question


readtableが勝手にアンダーバーで分割するのを通常通りコンマで分割してほしい
% ファイルパスの指定 file1 = 'ssim_values.csv'; file2 = 'dmos.csv'; T1 = readtable(file1) T2 = readtable(file2) 添付のcsvファイルを読み取り、...

1 year ago | 1 answer | 0

1

answer

Question


位置 1 のインデックスが無効​です。配列インデック​スは正の整数または logical 値でなければなりません。
% 画像が格納されているフォルダのパス folderPath = 'minikadid'; % フォルダ内の画像ファイルの一覧を取得 fileList = dir(fullfile(folderPath, '*.png')); % 画像ファイルの拡張...

1 year ago | 0 answers | 0

0

answers