1
這個問題是建立在此前一個問題'here'
我想在圖像上製作256個點,所有這些導致基於*位置的不同pdf文檔。我不想在256個獨立的文件路徑中編碼。我已經嘗試了下面的一些代碼,至今還沒有運氣。在Matlab中插入多個鏈接到圖像中?
for i = 1:256
text(x(i),y(i),'*', 'ButtonDownFcn',['open(''' file ''');']);
end
function [filePath] = file()
%h = impoint;
%position = getPosition(h);
filePath = strcat('C:\Documents and Settings\Sentinelle\Desktop\LCModel\sl5_knt1\sl5_',x(1),'-',y(i),'.pdf');
end