photo

Kim Hao Teong


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
153,191
of 300,953

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,123

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,946

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Need Help!!!! How Can I Label the y axis on the right side? I did it and it still does not appears on right side of the graph
This is part of the code I have been working on: if true % codetitle('Moody Chart') xlabel('Reynolds number Re') yla...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Why is my fprintf value doesent come out as I wanted?
if true % code disp('--------------------------------------------------------------------------') disp(' ') disp('^^^...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I code fprintf this using forloop to construct a table?
i = 1:length(ReT) disp('--------------------------------------------------------------------------') fprintf('%-...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I want to fprintf only certain range of value from a long matrix (Middle 5 numbers out of a vector of 20)
Suppose I have 20 elements in a row vector [1:20] As we know the size of the matrix is 1x20. The real question is, I only want t...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Error using + Matrix dimensions must agree. Pleasee Helppp
if true % code endRelRough = [0.00001 0.00005 0.0001 0.0002 0.0004 0.0006 0.0008 0.001 0.002 0.004 0.006 0.008 0.01 0....

8 years 前 | 1 个回答 | 0

1

个回答

提问


Function Output Not Displaying Why??
function PT=myPascal(n) PT=zeros(n,n); for i=1:n for j=1:i if n>0 PT(i,j)=factorial(i-1)/(f...

8 years 前 | 1 个回答 | 0

1

个回答