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