필터 지우기
필터 지우기

How can I filter companies based on share price in matlab

조회 수: 1 (최근 30일)
Sana Ejaz
Sana Ejaz 2019년 6월 1일
댓글: dpb 2019년 6월 1일
I have got daily share prices of different companies from CRSP database.Now I want to filter these comapnies based on their share price.
I only need companies that have share price greater than $1. How can I do that in Matlanb?
Secondly which price should I use ? like if a company have got share price less than $1 on one day and then its share price increase to let suppose $3 in next few days should I remove that company or not.I am really confuse about this filter.
Would someone be able to help?
  댓글 수: 1
dpb
dpb 2019년 6월 1일
sharedata(sharedata<1)=[]; % remove those less than $1
As far as the second, we have no way to answer such -- that's all up to what your objectives are and we can't answer that 'cuz we don't know the problem to be solved.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by