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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:21:55+00:00 2026-06-13T18:21:55+00:00

My input is the following: X = [1 1; 1 2; 1 3; 1

  • 0

My input is the following:

X = [1 1; 1 2; 1 3; 1 4; 2 5; 1 6; 2 7; 1 8];

X =

 1     1
 1     2
 1     3
 1     4
 2     5
 1     6
 2     7
 1     8

I am looking to output a new matrix based on the value of the first column. If the value is equal to 1 — the output will remain the same, when the value is equal to 2 then I would like to output two of the values contained in the second row. Like this:

 Y =

     1
     2
     3
     4
     5
     5
     6
     7
     7
     8

Where 5 is output two times because the value in the first column is 2 and the same for 7

  • 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-13T18:21:57+00:00Added an answer on June 13, 2026 at 6:21 pm
    % untested code:
    Y = []; % would be better to pre-allocate 
    for ii = 1:size(X,1)
       Y = [Y; X(ii,2)*ones(X(ii,1),1)];
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Looking for something to do the following: Given input: s Expected output: t
I am looking to do the following Disallow text selection inside of an input
I've opened the following input and output bluetooth streams using Apple's External Accessory Framework:
I am looking to input criteria as the size of the matrix decreases each
I'm looking for a Perl string checksum function with the following properties: Input: Unicode
I'm looking at how to do file input and output in Python. I've written
Consider the following code snippet: String input = Print this; System.out.println(input.matches(\\bthis\\b)); Output false What
I'm looking for a desing pattern to solve the following: Read an Input Process
Let's say, that I have the following source output: <p>This is first paragraph</p> <p>This
Given the following input: A| 11 162 60 90 -- 141 184 B| 231

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.