how to write zeta in matlab

27 ビュー (過去 30 日間)
Aisha Mohamed
Aisha Mohamed 2022 年 4 月 11 日
コメント済み: Torsten 2022 年 4 月 11 日
Hi
I am trying to legend the roots of my function as zeta1,zeta2....
I used this answer,
figure();
x = real(r0);
y = imag(r0);
for ii = 1:numel(r0)
plot(x(ii),y(ii),'ro');
hold on
% % text(x(ii),y(ii),sprintf('Zero #%d',ii), ...
text(x(ii),y(ii),sprintf('Zero %d',ii), ...
'VerticalAlignment','top','HorizontalAlignment','center');
grid on
end
I find this answer work but HOW can I write zeta instead of zero in this line text(x(ii),y(ii),sprintf('Zero #%d',ii), ...
  2 件のコメント
Aisha Mohamed
Aisha Mohamed 2022 年 4 月 11 日
I wrote (\zeta) in stead of zero , but zeta does not appear in the plotting why please?
Thank you
Voss
Voss 2022 年 4 月 11 日

サインインしてコメントする。

回答 (1 件)

Torsten
Torsten 2022 年 4 月 11 日
  2 件のコメント
Torsten
Torsten 2022 年 4 月 11 日
@Aisha Mohamed comment moved here
Hi
I did this . I write (\zeta) but ths does not work , I can not see this zeta in my figure. why this happened and how can me solve this problem please?
Thanks
:
Torsten
Torsten 2022 年 4 月 11 日
I think @_ could answer your question satisfactory.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by