Interactive curve class
Anmerkung des Herausgebers: This file was selected as MATLAB Central Pick of the Week
See how it works on this video:
http://youtu.be/cjej0nf0fcY
All class is interactive_curve.m file.
See help about this class:
1) set current directory to directory where interactive_curve.m place
2) type
doc interactive_curve
in command window and push enter.
It is possible to change markers style, interpolation method, generate m-file ect.
Zitieren als
Maxim Vedenyov (2024). Interactive curve class (https://www.mathworks.com/matlabcentral/fileexchange/35056-interactive-curve-class), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots > Change Markers >
Tags
Quellenangaben
Inspiriert: Waveform Generator GUI 2, vibrating string simulator
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
example1_just_run/
example2_user_inrerpolation/
example3_gui/
example4_with_guide/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.2.0.0 | Update No.2: set protected property for .method, mouse methods and figure close methsod now protected methods. |
||
1.1.0.0 | Update No. 1: marker color bug fixed, aditional dilte, new method: setMarkersPositions(), new property additionalDeleteFunctionHandle and other improvements. |
||
1.0.0.0 |