Plot specified column from matrix on HP50G
|
02-28-2020, 01:31 AM
Post: #1
|
|||
|
|||
Plot specified column from matrix on HP50G
Hi,
A quick question regarding plotting of data stored in matrices. How would I programmatically plot a column C from a matrix M, say where X is the independent var that runs from 1 to 3 (in this example), and Y is the value stored at that index (row) Example: M = [[11 22] [33 44] [55 66]] X is row index of M, 1..3 inclusive C specifies column, 1 or 2 in this case For example, if C is 1, then plot Y values 11,33,55 for X in {1,2,3} Using User RPL is ok, or if there is another more direct way, that would help also. Thanks.. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Plot specified column from matrix on HP50G - b17flyboy - 02-28-2020 01:31 AM
RE: Plot specified column from matrix on HP50G - b17flyboy - 02-28-2020, 02:58 AM
RE: Plot specified column from matrix on HP50G - Dave Britten - 02-28-2020, 04:12 PM
RE: Plot specified column from matrix on HP50G - SammysHP - 02-28-2020, 04:36 PM
RE: Plot specified column from matrix on HP50G - SammysHP - 02-29-2020, 05:03 PM
RE: Plot specified column from matrix on HP50G - b17flyboy - 03-01-2020, 04:41 AM
|
User(s) browsing this thread: 1 Guest(s)