Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i wanted to plot 3d a graph through surf and plot using interpolation technique my data's are as follow:
x1=(1:1:12) % range defined for no of equipments%
x2=(1:1:53) % no of weeks in 2012%
z=[1,0,2,0,2,0,1,0,2,0,2,0; % n=53(rows) and m=12(columns) z is matrix of(x1,x2)%
0,1,0,2,0,2,0,1,0,2,0,1;
....
....
.....
2,0,2,0,1,0,2,0,1,0,0,1;]


i m not able to interpolate above data, can u suggest ,,,,
Posted
Comments
RedDk 27-Jun-13 12:17pm    
http://www.mathworks.com/help/matlab/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900