Community Profile

photo

David


Pennsylvania State University

Last seen: 4 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


How can i go about plotting this??
My objective is to plot my initial angle vs the time it takes for this object to hit the ground. -I have each of the values...

9 years ago | 0 answers | 0

0

answers

Question


Error Inner Matrix Dimensions must agree?? Help!
So i am trying to solve for these 2 values but i keep getting an error aobut my matrix dimensions. i dont know why, i will attac...

9 years ago | 2 answers | 0

2

answers

Question


Quick Question Regarding Vectors!!
So i was just wondering if i had a x value that consisted of 2 columns of numbers such as x= 1 2 1 2 1 2 ...

9 years ago | 1 answer | 0

1

answer

Question


ERROR USING VERTCAT HELP PLEASE
I keep getting this error "Error using vertcat Dimensions of matrices being concatenated are not consistent." P=(100:...

10 years ago | 1 answer | 0

1

answer

Question


Reference to a cleared variable lot. Error in parking (line 13) switch lot
function cost = parking(lot,timeinminutes) menu('Select your desired parking lot: ','L','S'); switch lot ...

10 years ago | 1 answer | 0

1

answer

Question


Generating a Plot For a Function, HELP
When i go to run this code, it just keeps telling me to 'Enter a Value:' and will not show me any plot. I understand that this i...

10 years ago | 1 answer | 0

1

answer

Question


Having Trouble with My Input Argument!
function output=myfun(x) x=3 if x<-2 output=-x^2; elseif (-2<=x)&&(x<0) output=-2*x; elseif (0<=x)...

10 years ago | 1 answer | 0

1

answer