답변 있음
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 ...

거의 13년 전 | 1

답변 있음
Accepting and saving multiple size matrix input
As I understand you want a function undefined number of input. so it can either be implemented as follow. function myFunc(v...

거의 13년 전 | 0

답변 있음
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)...

거의 13년 전 | 1

질문


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 ...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


Avoiding cross product for accessing the matrix
Let say I have matrix A = magic(10). I want to get few selected values of A. Let say A(5,10), A(6,10), A(5,5). If for row I have...

거의 13년 전 | 답변 수: 1 | 0

1

답변