There is no edgcol property on the Surface class.
1 view (last 30 days)
Show older comments
Sorry but i don't know fix error , help me please.
I want plot edgcol property is 'interp' and my code.
colorMap=jet;
colormap(colorMap);
x=[0.038
0.0093
0.0093
0
0
2.0005
0.0380
2.0005
0.0093
2.0005]
y=[8.005
4.0030
4.0030
0
0
0
8.0056
0
4.0036
0]
plot (x,y,'LineWidth',5)
z=zeros(size(x));
col=[sigma sigma]
surface([x;x],[y;y],[z;z],[col;col],'facecol','no','edgcol','interp','linew',5);
colorbar


graph is not 'interp'
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!