how to do conture plot using stockwell transformation of a.csv file data
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
how to do conture plot using stockwell transformation of a.csv file data.
using the stockwell tranformation formula which is attached .
0 Commenti
Risposta accettata
Sugandhi
il 17 Mar 2023
Hi Rakesh Sahoo,
I understand that you need contour plot for Stockwell transformation of data in given .csv file.
contour(Z) creates a contour plot containing the isolines of matrix Z, where Z contains height values on the x-y plane. You can also customize your plot with various options supported.
Before plotting, you have to apply Stockwell transformation on the data in a .csv file, where computations involve some math operations like integration, square root, exponential etc., you can implement them with less effort using available MATLAB functions.
For more understanding kindly go through the following links –
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Contour Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!