필터 지우기
필터 지우기

Animating While Trimming the Spikes of the Figure

조회 수: 1 (최근 30일)
Erkin Karatas
Erkin Karatas 2019년 12월 5일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Oceanography and Hydrology에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by