How is a text raised?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have this code:
subplot(4,2,1), imshow(c1, []), title('Piano del bit 1 * 2^[(n-1)]');
Why does not I put the (n-1) all high above number 2?
댓글 수: 0
채택된 답변
Rik
2018년 4월 5일
Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!