Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so:
x = [1 2 3 4]
Commas are optional, s...
12 years ago
Answered for and if loops question
Is there a reason you are supposed to use 3 for loops? A hint: Have a look at the function INTERSECT. Using this function the ta...
Answered Generate dose response curve with Simbiology
Yes, it is possible. Have a look at this entry from the file exchange: <http://www.mathworks.com/matlabcentral/fileexchange/359...
Answered Out of memory at the end of simulation
Out of memory issues can have many different root causes. Bart has valid points with the questions he asked. There are some more...