Community Profile

photo

Mohammad Sohel Rana


Active since 2017

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 2 answers | 0

2

answers

Question


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 years ago | 1 answer | 0

1

answer