An update and organization of the carpetplot class by Matthias http://www.mathworks.com/matlabcentral/fileexchange/41467-the-carpetplot-class
The carpetplot class is a tool to create four variable carpet plots and three variable cheater plots. It supports different kind of input data and some additional features like:
- Support for scattered data
- Support for matrix input
- Interpolation of points
- Different curve fitting methods
- A set of pre defined styles
- Labels
- Adding constraints
- Coordinate system transformation
- Multiple carpet plots support
- Filled Contours
- Set and Get functions for all properties
- Lattice plots
Thomas Hermann (2021). OdonataResearchLLC/CarpetPlotClass (https://github.com/OdonataResearchLLC/CarpetPlotClass), GitHub. Retrieved .
Inspired by: The carpetplot class
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
For everyone struggling to get this to run, here's what worked for me.
1. Navigate into this add-ons folder. In my case it is "C:\Users\Tarith\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\OdonataResearchLLC_CarpetPlotClass".
2. Make a new folder called "@CarpetPlot".
3. Move everything else from the "OdonataResearchLLC_CarpetPlotClass" folder into the "@CarpetPlot" folder.
And you should be good to go! :)
Works great! (remember to make the CarpetPlot folder a class folder or it won't work as previous comments have eluded to)
Not sure why there's this error..
Method 'inputdata' is not defined for
class 'CarpetPlot' or is removed from
MATLAB's search path.
Plz help to sort out the problem
Not sure why there's this error..
Method 'inputdata' is not defined for
class 'CarpetPlot' or is removed from
MATLAB's search path.