photo

whyamiincollege


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
197,781
of 299,823

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I make my plot show more than one point?
I think since I'm using a for loop for this it only shows the final point for both graphs, how do I make it show all the poin...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I create a matlab function using polyder that not only gives the coefficients but also gives the equation
My code so far (doesnt work): function derivativecoefficient = derivpolycalc() a = input('Enter the coefficent of the polynom...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Why is my MATLAB code not executing properly?
Everytime it asks me to choose a number btwn 1-100 and when i do, lets say i choose 53, it will display "so sad :( you have to g...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I make a user defined function in MATLAB to determine the volume of a revolving solid using the disk method?
So first off, I'm not quite sure how to use user defined functions in matlab so my code is going to look ridiculous. Second, in...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How to separate a vector into positive and negative vectors using a for loop?
clc; x = [-3.6 10 3 -1 11.4 0 7 -9.5 2 15 -1 3]; for i = 1:length(x) if x(i) >= 0 x(i) = P elseif x(i) < 0...

6 years 前 | 2 个回答 | 0

2

个回答