Warda Panondi
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
109.955
of 295.467
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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....
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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.
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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
mehr als 6 Jahre vor | 2 Antworten | 0