Uni-Logo
Sie sind hier: Startseite Professuren Diehl, Moritz Events Dateien MSI Exercise 7 movie code

MSI Exercise 7 movie code

movie.txt — Plain Text, 0Kb

Dateiinhalt

    figure
    for i=1:length(t)

        clf;
        hold on
        line([0 cos(phi(i)-pi/2)], [0 sin(phi(i)-pi/2)]);
        plot(cos(phi(i)-pi/2), sin(phi(i)-pi/2), 'ro', 'MarkerSize',25);
        xlim([-1.2 1.2])
        ylim([-1.2 1.2])
        pause(T_end/N)

    end
« Juni 2024 »
Juni
MoDiMiDoFrSaSo
12
3456789
10111213141516
17181920212223
24252627282930
Benutzerspezifische Werkzeuge