单值变化位置&在matlab中输入一个新值

时间:2016-04-13 07:58:50

标签: arrays matlab

来自我以前的编码,

16 0 obj << /Type /XObject /Subtype /Image /Width 1000 /Height 2000 /ColorSpace /DeviceRGB /BitsPerComponent 8 /Length 0 % This is an external stream /F << /FS /URL /F (http://www.myserver.mycorp.com/images/exttest.jpg) >> /FFilter /DCTDecode >> stream endstream endobj

我得到如下

m=zeros(3);
m(randi(numel(m)))=2

其中数字2随机出现。

现在我不知道如何更改随机数位置&amp; 同时输入新值2

例如,我想将方向改为右侧&amp; 期望值是

0 0 0
0 2 0
0 0 0

或类似的东西〜

其中第一个值2到达右侧位置&amp;一个新值随机输入数组中的任何位置

应该怎么做? 我需要建议..

0 个答案:

没有答案