Community Profile

photo

Abdallah Almughrabi


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


first time doing GUI
The question is that i need to give a function in the first box, so when i press plot the function is displayed in first axes, b...

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

0

답변

0

답변

질문


Undefined function 'postlin' for input arguments of type 'double'.
t = -10:0.01:10; f = inline('4.*hardlim(t+4)- postlin(t+4)+2.*postlin(t)- postlin(t-2)-2.*hardlim(t-2)', 't'); subplot(2,2,1);...

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

1

답변

질문


just signed up and can't figure it out as it says :"Error using plot Vectors must be the same length."
clear clc x = 0:pi/16:2*pi; f = (sin(x).^2).*cos(2*x); k = diff(f); plot(x,k);

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

1

답변