photo

sumaiya hossain


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
220,331
of 298,594

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,621

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161,780

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

  • Thankful Level 1

View badges

Feeds

View by

Question


evaluating functions and plotting
evaluate and plot: What I did for this question was I put each of the equations into a variable : eqn, eqn2 , eqn3 then from ...

3 years ago | 1 answer | 0

1

answer

Question


how do I solve a non linear function
Hi I am trying to solve this function but I keep on getting a warning sign I am unsure to howto put solve for a non liner functi...

3 years ago | 0 answers | 0

0

answers

Question


how do I store a function into a variable and solve it?
I am trying to calculate this function: 𝑓(𝑡) = 4(sin(2𝜋𝑡)) + exp(−𝑡)/𝑡 but it keeps on telling me 'Error using sym/assume Too...

3 years ago | 0 answers | 0

0

answers

Question


how to calculate functions
syms t t = -3:0.1:10; y = 4*sin(2*pi*t) + exp(-t)/t; tlim = ([-1 10]); Out = subs(y); vpa_Out =vpa(Out); plot...

3 years ago | 1 answer | 0

1

answer