How can I change this trajectory?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Zeinab Ahmadi93
le 29 Juin 2017
Réponse apportée : Vinoth Venkatesan
le 6 Juil 2017
Hello everybody
I want to change the code in spiral.m file so that it creates a spiral shape like this picture(which red stars are on it) with the same range and these additional lines on the corners.
Thanks in advance.

0 commentaires
Réponse acceptée
Vinoth Venkatesan
le 6 Juil 2017
The axis range of the plot can be set using 'axis' in MATLAB. For example, to achieve the axis limits shown in the attached figure:
axis([0 100 0 100]);
Refer to the MATLAB documentation for a clear description and examples. To answer the second question about getting the markers, use the * Marker symbol. For more information and examples, please refer to the plot documentation.
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!