Myo Gyi
Followers: 0 Following: 0
Feeds
질문
How can I solve in the error?
clear all, clc; % clear all memory and variables x = linspace(-1,1); % create linear spacing in x-direction y = linspace(-...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
Somebody help me for my exercise please.
clc clear close all % %% UNIFORM FLOW [r,theta] = meshgrid(r,theta) ; phiflow = -U*r.*sin(theta); psiflow = U*r....
대략 2년 전 | 답변 수: 2 | 0
2
답변질문
How to plot to get the figure?
%Creation of streamline around the circle a = 6; % Radius of Circle V_i =50; % Velocity G = 20; % Gramma (Circ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to change the legend color?
n = 2/3; A = 1; r = linspace(0,0.4,30); th = linspace(0,2*pi,100); [R, TH] = meshgrid(r,th); fi = A*R.^n.*cos(n*TH); zi = ...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
How to change the options in the figure of z-axis?
<</matlabcentral/answers/uploaded_files/140557/3.10.bmp>>
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How can I plot this two figures?
<</matlabcentral/answers/uploaded_files/138452/cc.jpg>>
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
error bar in two plot3 and how to show error of figures?
if true % coade end r0=10.0; z0=1.0;
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How do determine the pressure? Please check me my code.
if true % code end t = 0:0.1:10*pi; r = linspace (0, 1, numel (t)); z = linspace (0, 1, numel (t)); a = 0.009; ...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to plot ODE function and I don't get this plot.
<</matlabcentral/answers/uploaded_files/133995/124.jpg>> <</matlabcentral/answers/uploaded_files/133996/qww.jpg>>
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to plot3 using 3 equations
<</matlabcentral/answers/uploaded_files/134023/wee.jpg>> <</matlabcentral/answers/uploaded_files/134024/qww.jpg>>
대략 6년 전 | 답변 수: 1 | 0