- #1
ineedhelpnow
- 651
- 0
View attachment 5032hi! here's my question. here's my code. i have no idea what to do now :(
Code:
x = 0:9;
y = [0.053 1.477 1.970 3.279 4.153 4.934 5.178 5.828 6.082 6.484]; % data
X = linspace(0,8.5,1);
Y = interp1(x,y,X,'pchip')