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?

 채택된 답변

Rik
Rik 2018년 4월 5일

1 개 추천

Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')

추가 답변 (0개)

카테고리

제품

태그

질문:

2018년 4월 5일

댓글:

2018년 4월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by