value of log(1000)
    조회 수: 9 (최근 30일)
  
       이전 댓글 표시
    
채택된 답변
  Win co
      
 2012년 5월 9일
        the value 6.9078 is ln(1000) . To compute log(1000), you can type : >> log10(1000)
ans =
     3
or
>> log(1000)/log(10)
ans =
    3.0000
댓글 수: 0
추가 답변 (2개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Data Logging에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



