photo

jay jay


Last seen: mer än 2 år ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
270 966
of 300 392

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

Feeds

View by

Question


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

nästan 3 år ago | 2 answers | 0

2

answers

Question


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...

nästan 3 år ago | 1 answer | 0

1

answer

Question


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...

nästan 3 år ago | 2 answers | 0

2

answers

Question


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...

nästan 3 år ago | 2 answers | 0

2

answers

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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...

nästan 3 år ago | 2 answers | 0

2

answers