There is no InnerPosition property on the matlab.gra​phics.layo​ut.TiledCh​artLayout class.

4 ビュー (過去 30 日間)
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020 年 4 月 17 日
回答済み: Tommy 2020 年 4 月 17 日
Any idea how to solve this error?
t = tiledlayout(2,2,'InnerPosition',[0.1300 0.1100 0.7750 0.8150]);
here is the error:
Error using matlab.graphics.chart.ChartInputParser/parseNameValue
There is no InnerPosition property on the matlab.graphics.layout.TiledChartLayout class.
Error in tiledlayout
Also tried this:
t = tiledlayout(2,2);
t.InnerPosition=[0.1300 0.1100 0.7750 0.8150];
and recieved error:
Unrecognized property 'InnerPosition' for class 'matlab.graphics.layout.TiledChartLayout'.
Error in kharrrr (line 10)
t.InnerPosition=[0.1300 0.1100 0.7750 0.8150];
  3 件のコメント
Tommy
Tommy 2020 年 4 月 17 日
What version of MATLAB are you using?
Zeynab Mousavikhamene
Zeynab Mousavikhamene 2020 年 4 月 17 日
@ Mohammad Sami:
I used those comamnd but the result was not satisfactory. I am intersted to be flexible in the arrangement of tiles. I am trying to make the tiles to be closer to each other.
@tommy:
I have 2019b

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

回答 (1 件)

Tommy
Tommy 2020 年 4 月 17 日
It looks like a handful of properties for TiledChartLayout objects, including 'Position', 'InnerPosition', and 'OuterPosition', were not added until 2020a.

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by