Feeds
提问
swapping elements in matlab?
How would I swap elements randomly in matlab? E.G I have a matrix M=Randi(3,10); and I want to swap its elements/cells aroun...
12 years 前 | 1 个回答 | 0
1
个回答提问
converting flow diagram to matlab commands
Hello I'm starting off with this flow diagram that needs to be converted into MATLAB instructions. I Know that initially I write...
12 years 前 | 1 个回答 | 0
1
个回答提问
Land Allocation, with simulated annealing
How to go about converting insturctions on a flow chart to matlab? For example I have a matrix M=zeros(10);% k = ran...
12 years 前 | 1 个回答 | 0
1
个回答提问
Simulated Annealing Flow diagram
This is a part of the question I have to answer. Im not sure to use a for loop or a function. So here goes the question. For...
12 years 前 | 1 个回答 | 0
1
个回答提问
Matrix's and percents
How would I go about making a 10 by 10 matrix with only 1,2,and 3's. And having 20% be 1, 40% be 2 and 40% be 3's?
12 years 前 | 2 个回答 | 0
2
个回答提问
How do I create a matrix that is 10 by 10, with only integers of 1,2, and 3? and also create it randomly with these integers.
I need to create a random matrix with numbers 1,2 and 3 into a 10 by 10 matrix.
12 years 前 | 2 个回答 | 0
