Parabolas

"repParabola" generates a train of truncated parabolas
다운로드 수: 409
업데이트 날짜: 2010/3/22

라이선스 보기

% repParabola generates a train of parabolas (truncated)
% ------------------------------------------------------
% x: 1D x vector, e.g x = linspace(-5,10,1000)
% interfaces: points among whom a parabola will be plotted
% Amp: Amplitude of the train of parabolas
% ------------------------------------------------------
% Examples:
% x=linspace(-5,5,1000);
% yp = repParabola(x,[-4 -3 -2 -1 0 1 2 3],100);
% plot(x,yp,'b','LineWidth',2.5), grid
%
% x=linspace(0,5,1000);
% yp = repParabola(x,[1 3 3 4 4 5],8);
% plot(x,yp,'b','LineWidth',2.5), grid
%
% x=linspace(0,10,1000);
% yp = repParabola(x,[3 5 5 7],10);
% plot(x,yp,'b','LineWidth',2.5), grid
%
% University of Essex, UK.
% Ernesto Momox B.
% March 2010

인용 양식

Ernesto Momox Beristain (2024). Parabolas (https://www.mathworks.com/matlabcentral/fileexchange/27045-parabolas), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0