User Profile

Collapse

Profile Sidebar

Collapse
jif20
jif20
Last Activity: Dec 31 '07, 03:09 PM
Joined: Dec 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jif20
    replied to How do you remove unwanted data in a 2D matrix?
    in C
    i forgot to mention, in order to produce this array, malloc has been used. so it has an unknown amount of columns filled with zeros.
    See more | Go to post

    Leave a comment:


  • jif20
    started a topic How do you remove unwanted data in a 2D matrix?
    in C

    How do you remove unwanted data in a 2D matrix?

    Hello,

    basically i have a 2D matrix 'a'. It contains both data i want to use and data i want to ignore.

    e.g.

    'a' matrix:

    1.937145 -0.500000 -1.333333 0.000000 -0.103812 -1.000000 0.000000

    -0.500000 1.000000 0.000000 0.000000 0.000000 -3.000000 0.000000

    -1.333333 0.000000 1.333333 0.000000 0.000000 -2.000000 0.000000...
    See more | Go to post
No activity results to display
Show More
Working...