Feeds
質問
I am trying to realize the closed loop operation of boost converter with the support of 28335,matlab2015a and ccsv5. My simlink model is shown below. whenever i gave input D.C voltage of 15v, irrespective of the reference voltage value which is set
<</matlabcentral/answers/uploaded_files/103547/Untitled.png>>
8年弱 前 | 0 件の回答 | 0
0
回答回答済み
How to plot a regular hexagon using MATLAB?
a=4; b=4;c=4; x=[a c*0.5 -b*0.5 -a -c*0.5 b*0.5 a]; y=[0 c*0.866 b*0.866 0 -c*0.866 -b*0.866 0]; plot(x,y); axis([-6 6 -6 ...
How to plot a regular hexagon using MATLAB?
a=4; b=4;c=4; x=[a c*0.5 -b*0.5 -a -c*0.5 b*0.5 a]; y=[0 c*0.866 b*0.866 0 -c*0.866 -b*0.866 0]; plot(x,y); axis([-6 6 -6 ...
約9年 前 | 1
質問
how to solve below equation in form of expression?
x^2==an^2+bn^2-2*an*bn*cos(a) x^2==bn^2+cn^2-2*cn*bn*cos(b) x^2==an^2+cn^2-2*an*cn*cos(c) a+b+c=180 syms x a...
9年以上 前 | 0 件の回答 | 0
