how to import data with format: >(number) into matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
I really want to know if it is possible to define ex. >0.5 in matlab as >0.5 and not 0.5 when I import data.
Thanks!
댓글 수: 0
채택된 답변
Walter Roberson
2016년 2월 11일
Not in a pure numeric array: pure numeric arrays have no way of storing the '>'.
What would be possible is to add a column to the array and set the column to 1 to indicate that the other column was greater than 0.5.
댓글 수: 2
Walter Roberson
2016년 2월 12일
No, normal distribution is always infinite range in both directions. It gets computationally messy to work with truncated normal distributions, at least if you care about mathematical accuracy.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!