Effacer les filtres
Effacer les filtres

Animating While Trimming the Spikes of the Figure

1 vue (au cours des 30 derniers jours)
Erkin Karatas
Erkin Karatas le 5 Déc 2019
clearvars;
close all;
clc;
x = 0:50;
y = rand(1,length(x));
plot(x,y);
I want to trim the spikes of the figure at y=0.5, but while doing it, I want to animate the trim with a triangle (as a tool cuts the spikes with a knife).
Can anyone please help me with this?
Thank you

Réponses (0)

Catégories

En savoir plus sur Oceanography and Hydrology dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by