photo

David


Pennsylvania State University

Last seen: 6 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
0 个回答

排名
83,815
of 301,478

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 21,296

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,719

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 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:...

11 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答