Community Profile

photo

Brooke Gest


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to make a matrix with negative indexes?
I keep trying to make a matrix with negative indexes but this error pops up: Array indices must be positive integers or logical ...

5 years ago | 2 answers | 0

2

answers

Question


How to run a for-loop multiple times?
Hey guys!!! I am new to MATLAB and I was wondering how I can run a for-loop 100 times. I just need a very basic answer; I don't ...

5 years ago | 1 answer | 0

1

answer

Question


How do I use the if else function in a traffic model? -
percent=input('What is the fill ratio? '); for percent = input('What is the fill ratio? ') if input >1 di...

5 years ago | 1 answer | 0

1

answer

Question


How can I resolve an invalid date argument using plot?
x = (1804:2300); y = 10./(1+(9.*exp(-0.01*x))); plot (x,y, 'b', '-'); x = [1804 1927 1960 1974 1987 1999 2011]; y = [1 2 3 ...

5 years ago | 2 answers | 0

2

answers