photo

mohamed asran


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
158,853
of 300,499

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


what is the error with that code?
clc clear all r=0.05; l=0.01; st=0.0001; v=220; Kf=18; j=3; Tl=60; i=0; w=0; I=[]; W=[]; t=[]; for dt=0:0.0001:1 ...

5 years ago | 2 answers | 0

2

answers

Answered
how can i find the intersection point between the two curves and the minimum point to the other curve?
clc clear all r=0.05; l=0.01; st=0.0001; v=220; Kf=18; j=3; Tl=60; i=0; w=0; I=[]; W=[]; t=[]; for dt=0:0.0001:1 ...

5 years ago | 0

Question


how can i find the intersection point between the two curves and the minimum point to the other curve?
k1=10^-4;k2=2*10^5 k2 = 200000 d=0.08; a=50*10^-6:1*10^-6:100*10^-6; cr =k1./a; cf =k2*d.*a; ctot =cr+cf; plot(a,c...

6 years ago | 2 answers | 0

2

answers