Community Profile

photo

Lahiru


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


What does this command (x = [(n-n0) == 0];) do in the following coding on Matlab?
function [x, n] = impseq(n0, n1, n2) n = [n1:n2]; x = [(n-n0) == 0];

9 years ago | 3 answers | 0

3

answers