Trong Nhan Tran - MATLAB Central
photo

Trong Nhan Tran


Last seen: 1 day 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 05/24 to 04/25Use left and right arrows to move selectionFrom 05/24Use left and right arrows to move left selectionTo 04/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 个提问
0 个回答

排名
145,279
of 297,999

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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...

3 days 前 | 1 个回答 | 0

1

个回答

提问


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...

23 days 前 | 0 个回答 | 0

0

个回答

提问


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 -...

24 days 前 | 2 个回答 | 0

2

个回答

提问


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...

7 months 前 | 2 个回答 | 0

2

个回答

提问


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

11 months 前 | 0 个回答 | 0

0

个回答

提问


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...

11 months 前 | 1 个回答 | 0

1

个回答

提问


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...

11 months 前 | 1 个回答 | 0

1

个回答

提问


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 = ...

11 months 前 | 3 个回答 | 0

3

个回答