フィルターのクリア

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")
  1 件のコメント
OMKAR KATKOLE
OMKAR KATKOLE 2021 年 10 月 7 日
Tried this solution, working successfully. Appreciate your help so much!

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by