Community Profile

photo

Osama Aliwat


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to solve 'n' number system of equations
What I am trying to do here is find PL as equation of variables, then differentiate it to find dpl/dpi ,subtitute it in this ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How can I make summation using variable symbol
clc clear syms p a=[0.01;0.015];%The cofficeient next to power in the IFC equation b=[8.5;9.5];%The cofficeientin the IFC e...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Index exceeds the number of array elements
clc clear r=0;x=9; wg=40e6; vo=30e3;voa=0; for j=1:121 pf(j)=0.4+0.01*(j-1); if pf<=1 cons(j)=acos(pf(j))...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plotting functions with different sizes
s=1; xs=1.5836; vp=1; k=0.63; em=2.5; ppu=0.8; ps=0.95; sm=10; q=-s:0.001:s; stepE=vp:0.001:0.9*em; radRNG=(stepE*vp)/xs; r=...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Convolving two piecewise functions
Is it possible to convolve using piecewise function like below ? I get error and don't know how to fix it clc clear syms t x...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in plotting clipped sinewave
K=1; UpD=input('Enter value of alpha in radian ='); DwD=input('Enter value of gamma in radian ='); for t=0:0.000001:2*pi ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Conversion to logical from sym is not possible.
clc clear syms t u r a b c d x y j v t Output STP RMP p= input('Number of intervals of the signal (Integer value):'); n=0;...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab piecewise function tranformation to step and ramp
How can I transform piecewise function into ramp and step function? For example, I program matlab where it asks for piecewise fu...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort