Tagged Questions
1
vote
1answer
27 views
How do i input values of matrix into a specific column in a matrix i have already generated in MATLAB
I am doing a matrix modeling project for a biology class using MATLAB. I set the matrix to all zeroes in a 3 by 100 matrix. ie. Pop_size = zeros(3, 100). How do i then input values to the first column ...
0
votes
2answers
450 views
Random population generation between bounds
How can I have to generate a random population of size 7x100 with each element being between -10 and 10. Whats the fastest way to do it without using loops?