필터 지우기
필터 지우기

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