Is there a way to combine plots generated in simbiology model analyzer into a single figure to export?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
KALYAN ACHARJYA
el 25 de Sept. de 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 comentario
Rebeca Hannah Oliveira
el 25 de Sept. de 2023
Comunidades de usuarios
Más respuestas en SimBiology Community
Categorías
Más información sobre Import Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!