photo

ALI


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Programming Languages:
C++

Estadística

Feeds

Ver por

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 0 respuestas | 0

0

respuestas