Trong Nhan Tran - MATLAB Central
photo

Trong Nhan Tran


Last seen: 22 dagen ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 05/24 to 05/25Use left and right arrows to move selectionFrom 05/24Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 Questions
0 Answers

RANK
148.542
of 298.641

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20.635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161.878

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

  • Thankful Level 3

View badges

Feeds

View by

Question


How can i solve 3 parameters of Weibull distribution under with initial data? like nonliear equation? Or do we have any method for estimate 3 parameters distribution from fail
How can i solve 3 parameters of Weibull distribution under with initial data? like nonliear equation? Or do we have any method f...

ongeveer 2 maanden ago | 1 answer | 0

1

answer

Question


Can we Maximum log likehood for finding parameters' equation? I want to use MLE on matlab to conduct to the equation for three variable m, sigma_0 and sigma_th how can I do it
Hi I wonder can we use MLE syntax on Matlab to conduce the parameter equation for equation (1)? If you guys want more infor...

2 maanden ago | 0 answers | 0

0

answers

Question


I have been trying to derivate equation under to find the formula for 3 parameters Weibull distribution as same as picture. Can someone please help me fix it?
syms m sigma_i sigma_0 sigma_th i N lnL = symsum(ln((m/sigma_0) * ((sigma_i - sigma_th) / sigma_0))^(m-1) * exp(-(((sigma_i -...

2 maanden ago | 2 answers | 0

2

answers

Question


Find the m of nonlinear equation without initial input m. Please help me, my supervisor ask me to find m without input initial m from right. I know this is nonlinear equation.
% Given data sigma = [ 137.478; 162.072; 162.239; 162.818; 164.010; 164.401; 165.872; 167.721; 169.748; 171.390; 177.637; 1...

9 maanden ago | 2 answers | 0

2

answers

Question


Question for using root function.
% Using the MATLAB function “roots” for find non-zero natural frequencies % define symbolic variable w syms w; % Given par...

12 maanden ago | 0 answers | 0

0

answers

Question


Find natural equation w with 5 dof
% Using matrix to determine natural frequency w of 5 DOF clc; % Clear command window clear; % Clear workspace syms w...

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


Matrix must be square error and Error in PartA. how do I solve it?
clc; % Clear command window clear; % Clear workspace syms w; % Define w as a symbolic variable % Define masses, damping coeff...

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


How to add unknow parameter in matrix and solve it by use det() syntax for finding w
% under is what i did but seen it is not work for det(A) for find w clc % clear history command and past result syms w; m1 = ...

ongeveer een jaar ago | 3 answers | 0

3

answers