about coder used handles.axes

2 ビュー (過去 30 日間)
seongo park
seongo park 2018 年 8 月 5 日
回答済み: Ryan Livingston 2018 年 8 月 15 日
I want to make mex file using coder application, but there is a problem. I don't know the type of handles.axes. this is used at making graph used in gui. Please help me........
  2 件のコメント
Jan
Jan 2018 年 8 月 5 日
編集済み: Jan 2018 年 8 月 5 日
What exactly is "handles.axes"? How did you define or create it?
handles.axes = 5
Then it is a double. "Used at making graph" does not clarify this.
seongo park
seongo park 2018 年 8 月 6 日
the "handles.axes" is used in gui, axes window. So it is not define values. But I make name 'axes1' at guide window.
When I run mex file, then it say
MATLAB expression 'handle1' is not of the correct class: expected 'struct', found 'matlab.graphics.axis.Axes'.
I define handle1 'struct' but it doesn't work. And in this function,
function [] = abcd(handle1,handle2)
I put handles.axes1 to handle1.

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

回答 (1 件)

Ryan Livingston
Ryan Livingston 2018 年 8 月 15 日
Graphing and plotting functions are generally not supported for code generation with MATLAB Coder. If you can elaborate on why you'd like a MEX file, we can provide some guidance.

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by