Info

This question is closed. Reopen it to edit or answer.

help me to matlab script

2 views (last 30 days)
Malik Chairil Aziz
Malik Chairil Aziz on 27 Oct 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
help me for this function and script
x(t)=u(t)
im new using matlab

Answers (1)

Walter Roberson
Walter Roberson on 27 Oct 2020
sympref('heavisideatorigin', 1)
x = @(t) heaviside(t)
  1 Comment
Malik Chairil Aziz
Malik Chairil Aziz on 27 Oct 2020
can u make full script for me? T.T

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!