필터 지우기
필터 지우기

problem in deploytool when i convert m file to java ?

조회 수: 3 (최근 30일)
Isee You
Isee You 2013년 4월 10일
i write m file that content codes like this :-
% Browse for the image file.
[baseFileName, folder] = uigetfile('*.*', 'Specify an image file');
fullImageFileName = fullfile(folder, baseFileName);
when i use deploytool to convert this m file so i can run it in java i get error because i cant run this code but if the code doesn't has any process with images it runs well
why?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by