필터 지우기
필터 지우기

How calculated it?

조회 수: 1 (최근 30일)
Dani D
Dani D 2016년 2월 8일
댓글: Stephen23 2016년 2월 8일
Hello, Could you explain it? how calculate it? Thanks
  댓글 수: 1
Stephen23
Stephen23 2016년 2월 8일
I suspect that trying some of the the other format options will help the user. Such as this:
format longg

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

채택된 답변

Walter Roberson
Walter Roberson 2016년 2월 8일
logspace(A, B, C) is 10.^linspace(A, B, C)
linspace(1,5,4) is 1, 7/3, 11/3, 5, and the output you see is 10 to the power of those.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by