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 7659211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:18:11+00:00 2026-05-31T13:18:11+00:00

From Mathworks An anonymous function consists of a single MATLAB expression and any number

  • 0

From Mathworks

An anonymous function consists of a single MATLAB expression and any number of input and
output arguments.

I wonder how an anonymous function can have more than one output arguments? Thanks and regards!

  • 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-31T13:18:12+00:00Added an answer on May 31, 2026 at 1:18 pm

    When the expression which your anonymous function is executing can return more than one value, then so can your anonymous function.
    For example, using the max function which can return both the max value of an array and its index:

    arr = [1 2 4 3];
    anon = @(y) max(y);
    [maxVal, ind] = anon(arr); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://www.mathworks.com/matlabcentral/answers/1325-what-is-missing-from-matlab#answer_1931 The basic jist is you can't create a matrix and directly index it.
In matlab there is a special function which is not available in any of
I'm running matlab on my local machine and I'm calling the following function from
From a desktop application developer point of view, is there any difference between developing
From what I can gather, there are three categories: Never use GET and use
from the table realestate I want to get the number of records where the
I'm doing sampling from log-normal distribution in Java using Matlab code (with javabuilder java).
We are accessing a .NET object from matlab. It's some image capture software, and
While surfing for a solution to call Matlab from Java, I came to know
I'm trying to implement Matlab's rgb2gray in Java according to http://www.mathworks.com/help/toolbox/images/ref/rgb2gray.html . I have

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.