필터 지우기
필터 지우기

GUI and matrix

조회 수: 2 (최근 30일)
Hamrit
Hamrit 2012년 5월 29일
when i run my gui and do my compression (image)
there is no matrices in the part of the workspace
matrix ex: dct

채택된 답변

Walter Roberson
Walter Roberson 2012년 5월 29일
This is common. Variables are created in the workspace of a function, and that workspace disappears when the function exits. Please see http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.3F

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Denoising and Compression에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by