What i'm trying to achieve is something like
variable = 2000
imwrite(x,'xx\xx\name'+variable+'.tif','Compression','none');
Is there a way to achieve this in matlab?
What i'm trying to achieve is something like
variable = 2000
imwrite(x,'xx\xx\name'+variable+'.tif','Compression','none');
Is there a way to achieve this in matlab?