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

4 ビュー (過去 30 日間)
Hamza Khalid
Hamza Khalid 2019 年 11 月 28 日
コメント済み: Walter Roberson 2019 年 11 月 28 日
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
  1 件のコメント
Walter Roberson
Walter Roberson 2019 年 11 月 28 日
What are class() of length and width and height at that point in the code?

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2019 年 11 月 28 日
width = 1 ;
length = 1 ;
height = 1 ;
plotcube([width length height],[ 0 0 0 ],1,[1 0 0]);

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by