Python Forum
matrix from matrix python numpy array - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: matrix from matrix python numpy array (/thread-1576.html)



matrix from matrix python numpy array - shei7141 - Jan-13-2017

Hi all,

I have just started python coding Cool  and have ran into my first brick wall Wall  .  Can some one please assist me with the following query Huh ?

 I have two Matrices:
1 – masterMatrix – A 2d matrix containing items in the rows and time as the columns column headers (time beginning from 00:00 to 23:45 at every 15 minutes interval (96 columns e.g. 00:00 | 00:15 . . . .23:45). this matrix provides a value of each item in the list a every 14 minutes. 

2 – subMatrix – A matrix which has to be populate based on selected items and times from masterMatrix 

What would be the fastest way to first initialise the subMatrix  and populate the workingTable based on the matching values in masterTable Idea .

best regards,
Shei
İmage
İmage



RE: matrix from matrix python numpy array - micseydel - Jan-16-2017

We're not able to see your images.

Also, what have you tried? Is this homework? Do you have more specifications? Typically, we help people after they've already made an attempt and have a specific question.