photo

John wick


自 2019 起处于活动状态

Followers: 0   Following: 0

College student practicing on Mat Lab question!

统计学

MATLAB Answers

13 个提问
0 个回答

排名
93,544
of 300,756

声誉
0

贡献数
13 个提问
0 个回答

回答接受率
61.54%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Polynomial Regression and finding Standard Error
Please help me double check my work here ♥ x = [-4 7 -5 -9 2 -6 1 10]; y = [13 -3 -16 -19 -12 1 9 -5]; c1 = [length(x) ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Using the incremental search method or otherwise to locate one root of the function
Use Matlab's fzero function or your own method to locate all roots of the function, f ( x ) = cos ( − 5 x ^3 + 6 x ^2 + 4 x − ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Typing a script that uses incremental search to identify intervals.
Typing a script that uses incremental search to identify intervals where the roots of the equation -260x^2 + 44x + 156 Are. ...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Where can I study more about scripts in Mat Lab.
I wanted to learn more about the script, could anyone suggest me where should I learn it?

6 years 前 | 1 个回答 | 0

1

个回答

提问


Making a script file that creates random vectors and include comment at top describing what the file does.
This is the code I got should anything be adjust and what does it means by include a comment? a = rand(1,6) b = rand(1,6) c...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Mat Lab Loop question It's not working properly. (Loops)
I came up with this loop but it doesn't add up properly x = randi(32,32,1); for A = 1:32 disp(x(7+A)) end or should i...

6 years 前 | 1 个回答 | 0

1

个回答

提问


I have finished with my programming about making a script file could anybody help me fix the command?
This is the command I could think of. Could anybody help me I'm really confused about the question. I don't know how to answer b...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Could any body check my work? (Plot the function)
x = [-56:64]; y = [3.*x^2-5.*x-6]; plot(x,y,'--r','LineWidth',0.5) xlabel('e') ylabel('n') title('kg') Is this the proper ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Returning the Matrix, Row and Column of Matrix (Basic Mat Lab)?
For the questions is there anyway to make the answer looks more clean or better coding? A(1,3) B = [1:10; 11:20; 21:30...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Subtracting in matrix, column to column (Basic MatLab)?
Given a 45×48 matrix, type a single command that subtracts column 36 from column 44 i answered this but it pops up as Error: In...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How to use a single command to deals with elements?

6 years 前 | 2 个回答 | 0

2

个回答

提问


Does anyone knows an Answer to this question?

6 years 前 | 1 个回答 | 0

1

个回答