How to import a csv file into a matrix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mohamed1234
    New Member
    • Apr 2012
    • 1

    How to import a csv file into a matrix

    I have to import data points, x and y values for a curve. The data must be placed in separate matrices and matrix operations must be performed (transpose,inve rt and multiplication) to the matrices. I managed to place the data into a list using the append function Ina while loop, but lists can't be used for the algebra. So I would like to know if there is a way to place the data in a matrix without downloading extra modules.
  • Guido Geurs
    Recognized Expert Contributor
    • Oct 2009
    • 767

    #2
    Place the data in an array ?
    Is it possible to attach your code and data so we can work on the same data and structure?

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      What exactly is a matrix? In VB terms, I mean.

      Comment

      Working...