Linear Array Expansion

Function to expand an array, linearly interpolating between entries

이 제출물을 팔로우합니다

This function expands an array by linearly interpolating between each entry, filling in with a given number of steps defined by the user.
Example:

You have an array A=[1,5,2] and want to expand it with 3 data points between each original entry.
expandArray(A,3) = 1.0000 2.0000 3.0000 4.0000 5.0000 4.2500 3.5000 2.7500 2.0000

인용 양식

ss32 (2026). Linear Array Expansion (https://kr.mathworks.com/matlabcentral/fileexchange/63914-linear-array-expansion), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Ladder Diagram Integration에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0