cannot locate function plotInteraction

2 views (last 30 days)
Dear all,
I cannot locate the plotInteraction function. I have Matlab v. 2020a, and I see that the function was introduced in v 2012a.
Does anyone know where I can find this function?
Thanks so much,
Best
Hans van der Horn

Accepted Answer

Walter Roberson
Walter Roberson on 22 Jul 2022
plotInteraction is a method of LinearModels . It will be invisible to "which" until you have loaded the LinearModel or CompactLinearModel class
  1 Comment
Hans van der Horn
Hans van der Horn on 22 Jul 2022
Thanks very much. I got it working by typing this: import CompactLinearModel.*

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!