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?
167 views (last 30 days)
Show older comments
Amna
on 24 Nov 2024 at 12:03
Commented: Amna
on 27 Nov 2024 at 14:33
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 Comments
Cris LaPierre
on 26 Nov 2024 at 20:17
Moved: Cris LaPierre
on 27 Nov 2024 at 14:31
A fix was released today. Please try again.
Accepted Answer
Renee Coetsee
on 26 Nov 2024 at 18:41
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.
More Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!