![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9720842_1522133904463_DEF.jpg)
Mohammad Sohel Rana
Followers: 0 Following: 0
Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
89.827
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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); ...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0