photo

Go Detroit Lions


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
1 个回答

排名
184,376
of 300,068

声誉
0

贡献数
3 个提问
1 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,863

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


What does the T in this code mean?
Can someone explain please what the T in means in this line of code T = [40 T 200]; Below is the reference code. a = [ 2.04 ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Matrix Kirchhoff's current rule problem
<</matlabcentral/answers/uploaded_files/135904/IMG_3547-1.JPG>> When I enter current = a./b i get the following.

7 years 前 | 0

提问


Matrix Kirchhoff's current rule problem
I'm trying to write a script file just to show the results or "current" as a column vector, I keep getting this error: Error u...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Trying to find the roots of polynomial with a script file
function [y] = Func_6_23(x) y = ((x^5) - (12*(x^4)) - (9*(x^3)) + (392(x^2)) - (372*x) - 2160); end I'm trying to...

7 years 前 | 2 个回答 | 0

2

个回答