Set position of image in matlab code PDF
5 次查看(过去 30 天)
显示 更早的评论
Hello,
I am very happy with using matlab, I use it for solving exercises which I then convert to PDF for easy access. However, when i use the command imshow("picture.jpg") a specific place in the Matlab code, the PDF always place it at the bottom of the section instead of where the code is written. Is there a way to set the position of an image in a PDF doc?
Thank you.
3 个评论
回答(1 个)
Sulaymon Eshkabilov
2023-1-7
This can be achieved using %%, e.g.:
% Image is shown here after the command imshow()
imshow("MY_image.jpg")
%% Simulation results
A = magic(3);
B=A.^3
fprintf('Time: %13c \n', now)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!