[问题] eval搭配imshow时,包含参数'border'

楼主: james8866 (James)   2018-06-21 22:02:31
请教各位MATLAB高手一个问题...
如果不用eval的话,我的指令长这样:
imshow(F1,'border','tight')
imshow(F2,'border','tight')
...
imshow(F7,'border','tight')
但是我希望用循环搭配eval写:
for p=1:7
eval(['imshow(F',num2str(p),','border','tight')']);
end
很明显MATLAB直接用红字标示错误
Unexpected MATLAB expression.
但我不太懂该如何处理eval里面的'border'这种参数
麻烦各位高手不吝赐教
谢谢!
作者: LiamIssac (Madchester)   2018-06-21 22:37:00
有help了吗
作者: sherees (ShaunTheSheep)   2018-06-22 14:38:00
'''
作者: s800112s (蠢蠢的"马的")   2018-06-22 14:54:00
'的问题 如2楼可以解决
楼主: james8866 (James)   2018-06-23 23:32:00
问题已解决,谢谢各位!

Links booklink

Contact Us: admin [ a t ] ucptt.com