How to draw these signals on matlab

조회 수: 1 (최근 30일)
Sumaya Alshamsi
Sumaya Alshamsi 2021년 5월 11일
답변: Walter Roberson 2021년 5월 11일
How to draw these signals on matlab

채택된 답변

Walter Roberson
Walter Roberson 2021년 5월 11일
plot(rand(1,10));
ylim([-0.1 1.1])
yticks([.1 .5 .9])
yticklabels({'$$Output$$', '$$\begin{array}{r}non-\\Inverting\\Input\end{array}$$', '$$\begin{array}{r}Inverting\\Input\end{array}$$'});
set(gca, 'TickLabelInterpreter', 'latex')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Assembly에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by