photo

isku


None

Last seen: environ 4 ans il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to write code for parametric equation
My Code: >> clear; syms t real; r = [ 4*cos(t), 2*sin(t) ] Dr = diff(r) >> subs( Dr,t,2) % substitute at t=2 ans = [...

environ 4 ans il y a | 0

Réponse apportée
plotting a spherical segment
My code: >> clear; syms t x y z real; r = 1 a = .4*r % 40 pct. of r b = .6*r % 60 pct. of r eq = x^2+y^2+z^2 =...

environ 4 ans il y a | 0

Question


Table did not show correctly after converting from cell array by using cell2table
data = [32 47 51 41 46 30 46 38 34 34 52 48 48 38 43 41 21 24 25 29 33 45 51 32 32 27 23 23 34 35 ]; v = r...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


DOUBLE cannot convert the input expression into a double array
I try to plote : C1=100e-12; C2=100e-12; R1=2.2e3; L=150e-9; V1=6; syms vC1(t) DvC1 = diff(vC1); D2vC1=diff(vC1,2); v...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


Why y is a complx number? y = x.^(2/3)
x = -10:1:10 y = x.^(2/3) Actually I try to plot y = x^(2/3)but I get warning from Matlab. I try fplot(x^(2/3)[-10,10]...

plus de 11 ans il y a | 2 réponses | 0

2

réponses