Warda Panondi
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
109.959
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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 to plot log-normal probability with x and y values?
Good day everyone. is anyone know how to plot log-normal probability having x and y values? your response is highly appreciated....
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the incorrect in this Simplex Method code?
clear all; close all; if true % code end clc; FOS= input(' Enter the value for FOS= '); F= input('Enter For...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
How will i transfer this graphical method code to simplex method?
this is code is for maximizing the sizes of the cantiliver beam in graphical method of linear programming. i just want to ask a ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
FINDING THE SOLUTION SET/INTERSECTION POINT OF THIS CURVE (i've read this program in the internet i just want to seek help in finding intersection point)
FOS= input(' Enter the value for FOS= '); F= input('Enter Force= '); L= input('Length= '); E= input('Enter Youngs Modulus for...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Please help me how to deal with this. i double check this but the same error occurred "Error using vertcat Dimensions of matrices being concatenated are not consistent."
M=diag([m10 m9 m8 m7 m6 m5 m4 m3 m2 m1]); C1=[k10 -k10 0 0 0 0 0 0 0 0]; C2=[-k10 (k10+k9) -k9 0 0 0 0 0 0 0]; C3...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Good Day everyone Ma'am and sir. i'm really sorry for your time. i just practiced the code that have shared in this group but application in 6 storey building. im really worried because it dont appread the plot on on the axis.
function THAsel_Callback(hObject, eventdata, handles) THAsel=get(handles.THAsel,'Value'); clc switch THAsel ca...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Good Day Sir/Ma'am. May i ask what is the meaning of ode45 here and @dfunc? --------> [t,x] = ode45(@dfunc, tspan, x0);
Thank you very. Hoping for response.
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
In this code plot(t,AC(3,:),'-r',t,AC(2,:),'-g',t,AC(1,:),'-b'); what is the value/essence of the '-r', '-g' and '-b'?
thank you very much
más de 6 años hace | 2 respuestas | 0