How do we import a custom image on MATLAB which are outside of preinstalled libraries?

2 次查看(过去 30 天)
Im learning image processing using MATLAB, but here Im only able to access image from the library.
Example: a = imread("cameraman.tif");
Above one is used to get image from the matlab library, please asist to load image outside of the library.

采纳的回答

Fangjun Jiang
Fangjun Jiang 2021-10-7
a = imread("c:\mydocument\cameraman.tif")

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by