Filter löschen
Filter löschen

How to solve error in regression learner models?.

3 Ansichten (letzte 30 Tage)
Ahmed Eltantawi
Ahmed Eltantawi am 29 Okt. 2023
Beantwortet: Vatsal am 13 Dez. 2023
  6 Kommentare
Ahmed Eltantawi
Ahmed Eltantawi am 7 Nov. 2023
@Walter Roberson yes i am following it, but i do not know where is the problem?.
Please can you help me to solve the error.
Thanks in advance

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Vatsal
Vatsal am 13 Dez. 2023
Hi,
I understand that you want to find figures and axes objects within a MATLAB application and then retrieve the “XData” and “YData” from the axes objects.
The first error you are encountering, "Unrecognized method, property, or field 'Children' for class 'matlab.graphics.GraphicsPlaceholder'", is likely due to RLax being empty. The second error, "Input #2 expected to be a cell array, was double instead", indicates that the variable is a double when it was expected to be a cell array. To resolve this, you can use the function "num2cell" to convert "X" and "Y" to cell array.
To learn more about the usage and syntax of ‘num2cell’ function, you can refer to the MathWorks documentation links below:
I hope this helps!

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by