04-06-2018, 07:02 PM
1.When I use RANDMAT(m1,4,3,1,10) it gives me m1 that has as elements integer numbers between -99 and 99.
2.When using RANDMAT(4,3,1,10) it gives me a matrix that has the elements between 1 and 10 and that is correct.
Shouldn't the RANDMAT behave in case 1 the same way as in case 2 ie. to give me the entries in the range 1 to 10 as I want? I think that would be more consistent.
Cheers
2.When using RANDMAT(4,3,1,10) it gives me a matrix that has the elements between 1 and 10 and that is correct.
Shouldn't the RANDMAT behave in case 1 the same way as in case 2 ie. to give me the entries in the range 1 to 10 as I want? I think that would be more consistent.
Cheers