photo

jay jay


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
181,323
of 300,081

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,868

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,273

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How do you create a plot of a function using fplot?
f(t)=@(t) 5*t.^2; fplot(f(t)) why is this wrong?

3 years 前 | 2 个回答 | 0

2

个回答

提问


A table of y versus t every 1 second.
I have this equation: y = exp((-c/(2*m))*t).*(A*sin(sqrt((k/m)-((c/(2*m))^2))*t)+cos(sqrt((k/m)-((c/(2*m))^2))*t)) Above is th...

3 years 前 | 1 个回答 | 0

1

个回答

提问


is this code correct?
finding y(t) for seconds in steps of 0.1 seconds. given: m = 25.0 kg, c is the damping factor = 5.0 N-s/m, k is the spring...

3 years 前 | 2 个回答 | 0

2

个回答

提问


A table of s versus t.
Trying to make a table of s versus t and printing the results to both the screen and to the file. r = 9 cm, ω = 100 revoluti...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Error using / .
Problem with / when I run the code. k= k0*e^(-Q/RT) k = k0 * exp((-Q)/(R*T))

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do I make a specific range of numbers and increment?
How do i make a specific range of numbers and increment. Given: k=k0e^(-Q/R*T) Q = 8000 cal/mol R = 1.987 cal/mol K kЈ = 1...

3 years 前 | 2 个回答 | 0

2

个回答