Is there a way to combine plots generated in simbiology model analyzer into a single figure to export?
Mostra commenti meno recenti
I am using the Local Sensitivity on simbiology to generate results, and I'd like to have a single figure with the subplots generate by the Calculate Sensitivities program (which generates one page with time courses and another with a heat map chart). Is it possible? Or do I have to export the data and run it programatically?
Risposta accettata
Più risposte (1)
KALYAN ACHARJYA
il 25 Set 2023
I don't think you have to export differently
% First subplot for time courses
subplot(2, 1, 1);
% Plot time courses using data from Calculate Sensitivities
%#
% Second subplot for heat map chart
subplot(2, 1, 2);
% Plot heat map chart using data from Calculate Sensitivities
1 Commento
Rebeca Hannah Oliveira
il 25 Set 2023
Community
Più risposte nel SimBiology Community
Categorie
Scopri di più su Scan Parameter Ranges in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!