08-24-2020 09:07 PM
Hello,
If I have a matrix like the attached file (1.csv),
I want to divide each element by a certain number for example 4 and generate a new matrix to be like the attached file (2.csv).
I make code like the attached. But I see it not practical if I want to change the element (Numeric) and with the large matrixes.
Do you have any ideas!
Solved! Go to Solution.
08-24-2020 09:56 PM
08-24-2020 10:08 PM - edited 08-24-2020 10:14 PM
Some comments about your code:
08-25-2020 12:20 AM
Thank you, I will follow your advice.
another inquiry:
I I am going to make some calculation for the output array. Then I would like to back it to the original dimensions.
I should collect every 4 (element) together.
in another way.. dose it possible to reverse this code?
08-25-2020 12:41 AM
That depends on the calculations. Are all sets of four rows still identical after the calculation?
08-25-2020 12:52 AM - edited 08-25-2020 12:54 AM