Mohammad Sohel Rana
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
plot 3 line to connect a value on surface
I want to plot corresponding 3 line that connect marked (Red star) value (4,87,34) to net power, mass flow and thickness. Th...
5 years 前 | 1 个回答 | 0
1
个回答提问
Finding maximum value and corresponding variable
Dear Matlab expert P(m,d,L) is a matix and size of P(m,d,L) is [10 40 10]. Total element =10*40*10=4000; Now I need to...
5 years 前 | 1 个回答 | 0
1
个回答提问
how to get combination
I am seeking a help. Suppose I have a number like 100. How I can get possible combination for this number. It can make two m...
6 years 前 | 2 个回答 | 0
2
个回答提问
possible combination of a number
Hi, I am seeking help to find all possible combination of number in Matlab. Cosider A=[1,2,......50]; B=[50,49,.....1]; Con...
6 years 前 | 1 个回答 | 0
1
个回答提问
Please help to write code with bit details, as I am new in matlab.
Hi everyone, I am quite new in matlab. I have 3 variables is listed below Wd=0.04:0.04:2, mh=.1:.1:5 and Dh=.001:.001:.03 ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Error: Inner matrix dimensions must agree.
Size of Fh and Reh is [15 25] and size of Prh is [1 25] for i=1:1:N1 for j=1:1:length(Dd) Nuh(:,i)=((Fh(:,i)/8)*(Reh...
7 years 前 | 1 个回答 | 0
1
个回答提问
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
Reh=zeros(length (Dd),N1); Rec=zeros(length (Dd),N1); for i=1:1:N1 for j=1:1:length(Dd) Reh(j,i)=(dh(i)*vh*Dh(j))/uh(i); ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Could anyone give an idea to write code to solve below problem
Tc(1)=? for i=1:N Tc(i+1)=(mc*cpc*Tc(i)*1000-q(i))/(1000*mc*cpc); end %%%% mc, cpc are constant, q(i) is vari...
7 years 前 | 2 个回答 | 0
2
个回答提问
Could anyone please help me to write the matlab code with bit explanation. Thanks in advance.
I have below data set. I want to take data set (L and W) when only N2 is integer. Other data of L and W will be deleted. N1...
8 years 前 | 1 个回答 | 0