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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:59:25+00:00 2026-05-21T16:59:25+00:00

I have a 2d matrix Ac(yr,j) . I want it to compare each value

  • 0

I have a 2d matrix Ac(yr,j).
I want it to compare each value of it with another 1D array and store the value of array for which absolute minimum is coming.

for yr=1:32,  
   for j=1:12,  
       for in=1.5:1:32.5,  
            actin=Ac(yr,j);  
            kar(in-0.5)=abs(in-actin);  
            dab(yr,j)=min(kar(kar>=0));              
       end         
   end  
end  

I’m able to find the least positive value but not the value of in for which it is coming.

  • 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-21T16:59:25+00:00Added an answer on May 21, 2026 at 4:59 pm

    You need to call max as shown below in order to get the index instead of the value.

    [~, dab(yr,j)] = min(kar(kar>=0));
    

    In order to get rid of the nested loops you could try arrayfun. Define the operation to be performed on every array element.

    function [index] = myMinFunction(value, data)
        [val, index] = min(abs(data - value));
    end
    

    Execute the defined operations.

    dab = arrayfun(@(x)myMinFunction(x, in), Ac)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a matrix, each cell has an RGB value. I want to project
I have a matrix A which I want to convert into a data.frame of
I want to store the TF-IDF matrix so I don't have to recalculate it
So I have 2d matrix and I want to extract every fifth value from
I have a matrix which is 36 x 2, but I want to seperate
i have a 2 array with that display value of a matrix .I have
I have a matrix in MATLAB from which I want to sample every other
I have matrix [m x n] and vector [m], and I want to compare
I have matrix A which is a 1*11470 struct and each A, for example
I have a Matrix class and I want to pass an array to the

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.