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

  • Home
  • SEARCH
  • 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 7982983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:49:44+00:00 2026-06-04T10:49:44+00:00

I have a 2 Year-Columns in Matlab as shown below: % Col2 Is always

  • 0

I have a 2 Year-Columns in Matlab as shown below:

             % Col2 Is always greater than Col1
mat  = [2009 2012 ;
        2012 2012 ;
        2012 2013 ;

I need to do 2009:2012 for row1, 2012:2012 for row2, and so on…. This is not very easy as the size 1:N keeps changing for each pair.

FinalAns = [    2009
                2010
                2011
                2012           % -- 
                2012           % -- 
                2012
                2013      ] ;  % -- 

I cannot use a ‘for’ loop as the data size is very large and I was not successful in using accumarray for this. A vectorized solution would be highly appreciated.

  • 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-04T10:49:46+00:00Added an answer on June 4, 2026 at 10:49 am

    This does what you need:

    n = size(mat, 1);
    c = arrayfun(@(x) {mat(x, 1):mat(x, 2)}, 1:n);
    FinalAns = [c{:}];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three columns, y, m, and d (year, month, and day) and want
i have day, month, year, value columns in one table, here i need to
I have a birthdate, year, month, day columns where columns year,month,day are foreign key
for example we have a table with the columns id, name, type, year. My
I have a table with a year and month in different columns, and I
I have a employee table with columns like emp_id, firstname, lastname, month and year.
I have two tables, a vehicle table with columns: id stock year make model
I have a table with columns: MONTH , YEAR , PROJECT_ID , STATUS .
I have four columns in a spreadsheet, Month, Week, Year, Hours and I want
I have a table that has columns YEAR and MONTH, which are varchars, which

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.