Community Profile

photo

Eric


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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?

10 years ago | 2 answers | 0

2

answers

Question


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.

10 years ago | 2 answers | 0

2

answers