photo

samuel herrera


Last seen: 거의 2년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


plot in same graph from a loop
G = 10*10-9;% conductividad l = 1*10^-3; c = 10*10^-9; u = 4*pi*10^-7; e = (l*c)/u; g = (u*G)/l; vs = 1; f = [60 1000]; ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


save rows from an array
G=10*10-9;% conductividad l=1*10^-3; c=10*10^-9; u=4*pi*10^-7; e=(l*c)/u; g=(u*G)/l; vs=1; f=[60 1000]; zs=50; ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


matrix loop doesnt work
how can i make a loop with the matrix a, because its not working G=10*10-9;% l=1*10^-3; c=10*10^-9; u=4*pi*10^-7; e=(l*c)/...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


i have an Error using ^
can anyone help me fixing this code n = 0:1:50; y = (0.3)^(n)*cos(2*pi*0.05)*heaviside(n); plot(x,y) Error using ^ (line...

3년 초과 전 | 답변 수: 1 | 0

1

답변