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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:42:21+00:00 2026-06-18T02:42:21+00:00

When trying: a = [ 1 1 ; 1 1 ]; size(a)(1) I get

  • 0

When trying:

a = [ 1 1 ; 1 1 ];
size(a)(1)

I get

Error: ()-indexing must appear last in an index
expression

My understanding is that the result of size(a) is a matrix of size 1 2.

Question: Why does size(a)(1) not work?

  • 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-06-18T02:42:22+00:00Added an answer on June 18, 2026 at 2:42 am

    Because you can’t index the result of a function like that in MATLAB without creating a temporary.

    temp = size(a);
    temp(1)
    

    will work. There are often other ways of getting what you want, however. In your example, you can make use of the dim argument in the function size(X,dim):

    size(a,1)
    

    That will get you the size of the first dimension directly, avoiding the need to create a temporary variable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On Fortran 95, I get an error message saying that itemarray(size) cannot be intent(out)
I'm trying to get the size of my UIView after the orientation changes. In
I'm trying to get the size on disk of a file in iOS using
I'm trying to figure out how to get the size of an installed app.
I am trying to get the maximum texture size limit in Android for OpenGL
I am trying to get the font size of selected range in a html
I'm trying to get the image.size.h and image.size.w of the UIImage inside of an
I'm trying to get every widget to scale with change in window size. I
I am trying to use my own function to get the file size from
I'm trying to launch embedded Youtube videos from a UIWebView, but get this error

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.