Unable to plot implicit function in MATLAB 2016a
古いコメントを表示
clc;clear all;close all
syms b P
phi0=asin(1.5/b);
f = -(2*P*1.35/(1.5^2*1.1538*10^5))+...
((pi-2*phi0)/(4*sin(phi0)*sin(phi0)))-0.5*cot(phi0);
ezplot(f); grid on
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Calculus についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!