フィルターのクリア

Struct contents reference from a non-struct array object.

3 ビュー (過去 30 日間)
Ahmet Gürbüz
Ahmet Gürbüz 2017 年 11 月 16 日
コメント済み: Ahmet Gürbüz 2017 年 11 月 17 日
for t=1:length(rcFiles)
filename=strcat('C:\MATLAB\R2017a\bin\dataset\',rcFiles(t).name);
b=gorsel(filename,t);
end
Struct contents reference from a non-struct array object.
  4 件のコメント
Walter Roberson
Walter Roberson 2017 年 11 月 17 日
It is recommended that you use fullfile() instead of those concatenations of strings.
Ahmet Gürbüz
Ahmet Gürbüz 2017 年 11 月 17 日
Okey rcFiles a struct ı am solution the problem Thank you for your interest...... I solved the problem

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

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by