Community Profile

photo

Mohammad Sohel Rana


2017년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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...

대략 7년 전 | 답변 수: 1 | 0

1

답변