David
Pennsylvania State University
Followers: 0 Following: 0
Feeds
질문
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...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
11년 초과 전 | 답변 수: 2 | 0
2
답변질문
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 ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
ERROR USING VERTCAT HELP PLEASE
I keep getting this error "Error using vertcat Dimensions of matrices being concatenated are not consistent." P=(100:...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 12년 전 | 답변 수: 1 | 0
1
답변질문
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)...
거의 12년 전 | 답변 수: 1 | 0
