How to make the encircled curve by blue.
How to make the encircled curve by blue.
clear all
format long
set(0,’DefaultAxesFontSize’,20);
figure;
load(‘H_LC(2).mat’);
dim=2; %number of variables of my system which are x and y
MMM=max(x(1:dim:end-2,:));
plot(x(end,:),MMM,’r’, ‘LineWidth’,2); % RED
hold on
load(‘H_LC(2).mat’);
M=min(x(1:dim:end-2,:)); % end-2 excludes the parameter and the period from the continuation variable x
plot(x(end,:),M,’r’, ‘LineWidth’,2);
hold on
xlabel(‘$aa$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’);
ylabel(‘$bb$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’);
hold on
axis([.1142595 .1142604 .5295 .5297]);How to make the encircled curve by blue.
clear all
format long
set(0,’DefaultAxesFontSize’,20);
figure;
load(‘H_LC(2).mat’);
dim=2; %number of variables of my system which are x and y
MMM=max(x(1:dim:end-2,:));
plot(x(end,:),MMM,’r’, ‘LineWidth’,2); % RED
hold on
load(‘H_LC(2).mat’);
M=min(x(1:dim:end-2,:)); % end-2 excludes the parameter and the period from the continuation variable x
plot(x(end,:),M,’r’, ‘LineWidth’,2);
hold on
xlabel(‘$aa$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’);
ylabel(‘$bb$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’);
hold on
axis([.1142595 .1142604 .5295 .5297]); How to make the encircled curve by blue.
clear all
format long
set(0,’DefaultAxesFontSize’,20);
figure;
load(‘H_LC(2).mat’);
dim=2; %number of variables of my system which are x and y
MMM=max(x(1:dim:end-2,:));
plot(x(end,:),MMM,’r’, ‘LineWidth’,2); % RED
hold on
load(‘H_LC(2).mat’);
M=min(x(1:dim:end-2,:)); % end-2 excludes the parameter and the period from the continuation variable x
plot(x(end,:),M,’r’, ‘LineWidth’,2);
hold on
xlabel(‘$aa$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’);
ylabel(‘$bb$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’);
hold on
axis([.1142595 .1142604 .5295 .5297]); plot MATLAB Answers — New Questions