Write function to expand array and average adjacent entries.
이전 댓글 표시
Write a function twice.m: function y = twice(x) ... end which expands the input signal by inserting the average of the adjacent entries. For example, >> twice([1 5 2 4]) ans = 1 3 5 3.5 2 3 4 You are not allowed to use for-loop in this problem.
댓글 수: 1
Matt Kindig
2012년 10월 16일
Sounds good. Go for it.
채택된 답변
추가 답변 (2개)
Please show what you have done so far for your homework problem....
The more effort you show, the more help you will likely get.
Sean de Wolski
2012년 10월 16일
0 개 추천
I answered this here:
카테고리
도움말 센터 및 File Exchange에서 Array Geometries and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!