Warda Panondi
Followers: 0 Following: 0
Statistica
8 Domande
0 Risposte
RANK
109.959
of 295.486
REPUTAZIONE
0
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 153.950
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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....
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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.
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
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
oltre 6 anni fa | 2 risposte | 0