Solving ceiling expressions and getting interval as answer.
이전 댓글 표시
We have problems getting answers solving equations as ceil(a+1)==2.
We would like to get the interval 0 < a <= 1 as answer.
댓글 수: 1
Torsten
2018년 11월 22일
Solve a_low + 1 = 2 - 1 = 1 to get the lower and a_high + 1 = 2 to get the upper boundary of the interval.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!