필터 지우기
필터 지우기

d = get(handles.uitable4, 'data'); d= {'Luminanc​e',X;'MES'​,mes1;'PSN​R',psnr1;'​SSIM',ssim​val}; % d= {'Luminanc​e',X1;'MES​',mes1;'PS​NR',psnr1}​; set(handle​s.uitable4​,'Data',d)​;

조회 수: 1 (최근 30일)
While setting the 'Data' property of 'Table': Data within a cell array must have size [1 1]
Error in low_SNR>pushbutton3_Callback (line 245) set(handles.uitable3,'Data',d);

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by