Error using patch - Non-numeric data is not supported in 'patch'. While using Plotcube

1 Ansicht (letzte 30 Tage)
I'm trying to plot a cube using plotcube
plotcube([width length height],[ 0 0 0 ],1,[1 0 0]);
This is the Error I'm getting
Error using patch
Non-numeric data is not supported in 'patch'
Error in plotcube (line 49)
cellfun(@patch,XYZ{1},XYZ{2},XYZ{3},...
Error in MATLAB (line 31)
plotcube([width length height],[ 0 0 0 ],1,[1 0 0]);
Can anyone help?
Thank You

Antworten (1)

KSSV
KSSV am 28 Nov. 2019
width = 1 ;
length = 1 ;
height = 1 ;
plotcube([width length height],[ 0 0 0 ],1,[1 0 0]);

Kategorien

Mehr zu Lighting, Transparency, and Shading finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by