Community Profile

photo

Smit Patel


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to find the 5th highest value in a matrix
I am trying to find the 5th highest value of a two-dimensional matrix. For ex) t_1=rand(3,3) t_2=unique(t_1) t_3=maxk(t_2...

4 years ago | 1 answer | 0

1

answer

Question


Unit step function explanation
function u = u(t) u=double(t>=0); end Question: Why is this the function for unit step? and what does double mean? I know tha...

4 years ago | 2 answers | 0

2

answers

Question


Fourier transform image and a plot of the Fourier coefficients as a function of time.
I have create 3 figures; the original image (y), the Fourier transform image (y1), and a plot of the Fourier coefficients as a ...

4 years ago | 1 answer | 0

1

answer