Question is we have three columns first one column is 0 or 1 second column are some values of A and third column are some values of B

for a given condtion for 0.01 interval of A values and B values interval of -9 to +9 say at A threshold =0.01 and B at threshold =-9 if value in the second column of A > A (threshold) and value in the third column B > B value (threshold) then for that output value is 1

or if either of them is greater than threshold and then output value is 1 if both of them less than threshold then 0 .

Likewise at different thresholds keeping one threshold fixed other say gab changes from -9 to -8 . then do calculation.


In reply to Re^2: Keeping one colmun fixed and second column changed at different intervals to print the output by vis1982
in thread Keeping one colmun fixed and second column changed at different intervals to print the output by vis1982

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.