help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Matrix Help


From: isdouble
Subject: Matrix Help
Date: Sun, 7 Oct 2012 12:15:28 -0700 (PDT)

I need to create a matrix where it contains part name, quantity, failure
rate.
However, Octave does not accept any names so I'm having trouble creating
such matrix.
I believe in order to create a matrix you would input
M = [1, 2, 3;3, 2, 1]
But in my case I would input
M = [Part Name, 1, 0.0000108;...]
But the program does not recognize what "part name" is so I keep getting an
error.
Is there any way to create a matrix table with non numbers?
Thank you



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Matrix-Help-tp4645104.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]