Rachita kapoor


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
250,137
of 301,432

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


interpt 1 is giving me error
x_i = [25 27 29] y_i = interpt1(t(7:10),log10(C(7:10)),x_i,'linear','extrap'); figure; plot(T,C,'-r'); hold on; ...

8 years ago | 1 answer | 0

1

answer

Question


I converted log to linear in part c and it's giving me error
C_ = log10(C); figure(2); semilogy(T,C,'-'); xlabel('time'); ylabel('concentration(mg/L)'); %PART C ...

8 years ago | 1 answer | 0

1

answer