Respondida Array/Data Strucutre Returns Problem
As I understand that
if you store
idols(1).groupname='2pm';
and when you type
idols(1).groupname
you get
...
Respondida random number generator
Let say you have matrix A of 5x1. And you want three of them to be one number. So generate three number
r = round( rand(3,1)...
alrededor de 14 años hace | 1
Pregunta
Matrix operations without loop.
Hi everyone,
Let say *A* is the matrix of size _100 x 100_ , A is kind of lookup table.
and There is an other matrix ...