Matlab GUI for easy plot and processing
Work in progress: the kview is a work in progress, many functionalities can be uneasy to handle. I am also trying to write a documentation (accessible from the the GUI: menubar->info->documentation or from matlab help main page) but it is in an embryo phase.
If you find it interesting and want to contribute it will be very appreciated.
kview is a matlab GUI used to easly plot multiple signals/arrays and make simple elaborations.
The main target is to plot physical signals, but it can be used to work with any kind of numerical arrays.
To open the kview GUI simply use the command: kview
.
It is possible to import and export data from the kview GUI from the command line. This can be used to create custom function that take data from the GUI, make some elaboration on the data and then display the output or import it back into the GUI.
If you often want to multiply two or more signals you can create a function that:
Now you can select the signal on the GUI, call your function (or simply click the button) and see the result. Then select a new combination of signals and call your function again. A lot faster than re-typing all the array names every time^^.