Warda Panondi
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
109.970
of 295.569
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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....
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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.
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
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
meer dan 6 jaar ago | 2 answers | 0