how to express a ratio in matlab
조회 수: 6 (최근 30일)
이전 댓글 표시
sir,i want to express a ratio in matlab form.i want to express:> ratio of WLAN coverage area over that of the cellular cell is 0.1 i have taken Va as WLAN coverage & Vc as cellular coverage. plllzzz HELLPP. Regards SUCHI.
답변 (1개)
Harsha Vardhan Rao Avunoori
2011년 5월 20일
You can either define it as Va/Vc = 0.1 or simply you can write Va = 0.1*Vc
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Verification, Validation, and Test에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!