How can I connect the upper endpoint of the red curve to the red dot while keeping the curvature nearly the same?
How can I connect the upper endpoint of the red curve to the red dot while keeping the curvature nearly the same?
clear all
format long
warning off
figure
set(0,’DefaultAxesFontSize’,20);
load(‘BT_Hom(2).mat’)
[~,idx] = max(x(326,:));
plot(x(326,1:idx-20),x(325,1:idx-20),’r’, ‘LineWidth’,2);
hold on
axis([0.14 .18 .15 .18]);
scatter(0.174701,0.177614, ‘o’, ‘MarkerFaceColor’, ‘r’);
xlabel(‘$arightarrow$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’)
ylabel(‘$brightarrow$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’)How can I connect the upper endpoint of the red curve to the red dot while keeping the curvature nearly the same?
clear all
format long
warning off
figure
set(0,’DefaultAxesFontSize’,20);
load(‘BT_Hom(2).mat’)
[~,idx] = max(x(326,:));
plot(x(326,1:idx-20),x(325,1:idx-20),’r’, ‘LineWidth’,2);
hold on
axis([0.14 .18 .15 .18]);
scatter(0.174701,0.177614, ‘o’, ‘MarkerFaceColor’, ‘r’);
xlabel(‘$arightarrow$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’)
ylabel(‘$brightarrow$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’) How can I connect the upper endpoint of the red curve to the red dot while keeping the curvature nearly the same?
clear all
format long
warning off
figure
set(0,’DefaultAxesFontSize’,20);
load(‘BT_Hom(2).mat’)
[~,idx] = max(x(326,:));
plot(x(326,1:idx-20),x(325,1:idx-20),’r’, ‘LineWidth’,2);
hold on
axis([0.14 .18 .15 .18]);
scatter(0.174701,0.177614, ‘o’, ‘MarkerFaceColor’, ‘r’);
xlabel(‘$arightarrow$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’)
ylabel(‘$brightarrow$’,’FontSize’,20,’interpreter’,’latex’,’FontWeight’,’normal’,’Color’,’k’) plot, fiigure MATLAB Answers — New Questions