Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のようなマトリックスを持っています:
A= 4 7 8 9 3 3 5 7 6 4 8 6
列をランダムにシャッフルして、次のようにします。
A= 8 4 9 7 5 3 7 3 8 6 6 4
誰かが何か考えを持っていますか?
インデックスを使用して列をシャッフルできます。
A(:,[3 1 4 2])
ランダムに実行したい場合は、ランダム順列を作成できます。
A(:,randperm(size(A,2)));
I have an <object> in my page code and my background color is not white. The object is created with a white border, which I don't want.
<object>
Any ideas on how to make it border: 0px;
border: 0px;