Plot symbolic functions for different domain
Mostrar comentarios más antiguos
Hi all
i have a cell array where each element F{i} is a symbolic function of the variable x. I would like to plot these functions on their domain. Each domain is contained in a cell array X (due to the fact that each function has a different domain). How can i do that? I have tried with no success:
for i=1:length(F)
figure(1);set(gcf,'Visible', 'on')
plot(X{i},F{i})
xlabel('X')
ylabel('F')
hold on
end
Thank you for the help
Regards
1 comentario
EldaEbrithil
el 15 de Oct. de 2020
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Number Theory 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!

