How to draw the letter phi on matlab?
34 次查看(过去 30 天)
显示 更早的评论
Hello, I have a home work where I need to draw the Greek letter phi on matlab but I can’t find the right equation to do it. Can somebody help me? I would like to draw it by using equations for the x and the y.
回答(2 个)
Aquatris
2024-4-2
Here are bunch of greek characters and how you can put them in a string/character:
sprintf('%c ', 910:1000)
phi = sprintf('%c',934)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!