この質問は前の質問'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