Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1050559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:47:17+00:00 2026-05-16T16:47:17+00:00

Do the MATLAB functions imread and imwrite belong to the image processing toolkit? The

  • 0

Do the MATLAB functions imread and imwrite belong to the image processing toolkit? The names seem to suggest that they do, but I’m not sure. Can anyone give some info?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T16:47:18+00:00Added an answer on May 16, 2026 at 4:47 pm

    No, imread and imwrite are part of the core MATLAB toolbox.

    Reading from or writing to image files is a basic IO process, and one that many people will likely have need to do without any need for processing the images. For example, if you just want to display an image in a figure, you shouldn’t need a whole new high-powered image processing toolbox just to do that. That’s why there are simple functions like image and imagesc present in the core MATLAB toolbox, while the Image Processing Toolbox has an additional imshow function that has a few more bells and whistles.

    In general, you’ll find that a lot of basic/common operations are present in the core MATLAB toolbox, while the more advanced operations require a specialized toolbox. The names of the functions themselves won’t really tell you which toolbox they belong to, but you can use the which function if you are ever in doubt about where a function lives. For example, for MATLAB R2009a:

    >> which imread
    C:\Program Files\MATLAB\R2009a\toolbox\matlab\imagesci\imread.m
                                         % ^---- Core MATLAB toolbox
    >> which imshow
    C:\Program Files\MATLAB\R2009a\toolbox\images\imuitools\imshow.m
                                         % ^---- Image Processing Toolbox
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some Matlab functions that I have to translate in C but I
What's the difference between the functions plot and line in MATLAB? Are they doing
My matlab code does image processing, and I made matlab function which has 2
I've seen that it is possible to call MATLAB functions from VS2010 (VC++). I
I have an image in MATLAB: y = rgb2gray(imread('some_image_file.jpg')); and I want to do
I have an image in MATLAB: im = rgb2gray(imread('some_image.jpg'); % normalize the image to
Is there any built-in functions in MATLAB that would statistically extend a sequence of
Matlab has a nice property that scalar functions (such as sin) can work on
I have an embedded Matlab function that itself calls other embedded Matlab functions and
Desperately need a Javascript equivalent to polyval and polyfit functions that exist in Matlab.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.