Myo Gyi
Followers: 0 Following: 0
Statistics
15 Questions
0 Answers
RANK
122,289
of 295,467
REPUTATION
0
CONTRIBUTIONS
15 Questions
0 Answers
ANSWER ACCEPTANCE
80.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answers1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
How to change the options in the figure of z-axis?
<</matlabcentral/answers/uploaded_files/140557/3.10.bmp>>
6 years ago | 1 answer | 0
1
answerQuestion
How can I plot this two figures?
<</matlabcentral/answers/uploaded_files/138452/cc.jpg>>
6 years ago | 1 answer | 0
1
answerQuestion
How can make arrows into the line step by step?
if true % code end
6 years ago | 1 answer | 0
1
answer1
answerQuestion
error bar in two plot3 and how to show error of figures?
if true % coade end r0=10.0; z0=1.0;
6 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
How to plot3 using 3 equations
<</matlabcentral/answers/uploaded_files/134023/wee.jpg>> <</matlabcentral/answers/uploaded_files/134024/qww.jpg>>
6 years ago | 1 answer | 0