Why am I getting the incorrect test result for this section of the deep learning onramp>Manage Collections of Image Data> Create and Classify a Datastore> Task 3?

조회 수: 3 (최근 30일)
Task
Use the readimage function to import the image in file07 (the seventh file in the datastore). Store the imported image in a variable called img. Then display img with the imshow function. my code:
img= readimage(imds, 7);
imshow(img)
  댓글 수: 8

댓글을 달려면 로그인하십시오.

채택된 답변

Renee Coetsee
Renee Coetsee 2024년 11월 26일
This issue should now be resolved! I am no longer able to reproduce the issue. Please comment here or contact technical support if you still have issues with Task 3 of Create and Classify a Datastore.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by