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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:41:25+00:00 2026-06-10T03:41:25+00:00

I have matrix : A=[ 1 2 3 4 5 0 0 0 0

  • 0

I have matrix :

 A=[ 1 2 3 4 5 0 0 0 0 0 0;
     0 1 2 3 4 5 0 0 0 0 0;
     0 0 0 1 2 3 4 5 0 0 0;
     0 0 1 2 3 4 5 0 0 0 0;
     0 0 0 0 0 1 2 3 4 5 0;
     1 2 3 4 5 0 0 0 0 0 0]

I want to search for the number 1 in my matrix from rows 4 to 6. I want to know the number only if the column elements at the same index prior to it are smaller than 3.

For example:

At row 4 the number 1 is at the 3rd position, but there exists a value 3 in row 1 at the same position in a previous row. Thus this should be neglected and proceed to find the next.

At row 6, the condition fails, and it should be returned.

  • 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-10T03:41:26+00:00Added an answer on June 10, 2026 at 3:41 am

    How about

    C = sum( A(4:6,all(A(1:6,:)<3,1)) == 1, 2)
    

    The part B = A(4:6,all(A(1:6,:)<3,1)) extracts rows 4 through 6 and applies the <3 limit on all columns, from row 1 to 6. Then, equating B == 1 and summing over the rows will result in

    C = [0
         0
         1];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one column matrix with n rows. I want difference between row 2
So I have 2d matrix and I want to extract every fifth value from
I have a matrix in MATLAB from which I want to sample every other
I have a two dimensional array having elements of a matrix I want to
If I have a matrix given as a list of rows [[1,2,3],[4,5,6]], I want
I come from a C++ background and I want to have a matrix of
I have a matrix A which I want to convert into a data.frame of
I have a matrix A consisting of 200 vectors of size d. I want
I have this matrix of size 10000 by 1. I want to remove some
so we have this matrix a=[1;2;3] and we want to multiply it by itself

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.