![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8067338_1522124612811_DEF.jpg)
george mobol
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
38.010
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
7 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
57.14%
VOTOS RECIBIDOS
1
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
How do i plot and label a graph using secondary axis in matlab
Hello, I'm trying to plot and label two vertical axes for (A and B) of different scales against the same horizontal axis (U). ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i add grid lines on interactive editing on a matlab figure
Please How can i add grid lines on the interactive plot editing assuming i have the plot as a .m file and i don't have the codes...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How do i create a convection Boundary conditions
I am trying to solve a heat transfer problem with convection boundaries at the bottom, fixed temperature boundaries at the top, ...
más de 8 años hace | 0 respuestas | 1
0
respuestasPregunta
writing a code for Heat transfer in a steady state but unable to obtain true results
%columns=M %rows=N %Ttop=500 % top boundary %Tleft=500 % left boundary %Tright=500 % right boundary %interior n...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
I am trying to solve a set of linear equations of heat transfer conduction using gauss seidel iteration, but my solutions seem not to correct compared to the exact or analytic solution.
this are the codes below. clear all; N=4; % Number of columns M=4; % Number of rows error_T=ones(4,4); ...
más de 8 años hace | 0 respuestas | 0
0
respuestasI am writing a code to solve a set of nonlinear equations using fsolve, but i keep getting this message "no solution found" and also " fsolve stopped because the last step was ineffective. the vector of function value is not near zero "
Thank you for your answers using the symbols kit. I am trying to solve a similar equation using it but keep getting errors. This...
más de 8 años hace | 0
Pregunta
I am writing a code to solve a set of nonlinear equations using fsolve, but i keep getting this message "no solution found" and also " fsolve stopped because the last step was ineffective. the vector of function value is not near zero "
This is the function file below. function E=trial2(s) u = 10; % wind speed Ta=286;% ambient temp in kelvin hwind =...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
matlab 2015 returns an empty graph
i keep getting an emplty graph figure when plotting using these specific codes on matlab 2015 version unless i bolden and change...
casi 9 años hace | 1 respuesta | 0