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 Center および File ExchangeAssembly についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by