mohamad khazaeezade
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
271,130
of 295,788
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,282
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,544
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 plot fitting curve with The Gumbel distribution
hello i have this data: x=[0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5 6]; y=[0 3 8 23 18 13 10 7 5 3 2 1 0]; plot(x,y) ho...
6 years ago | 2 answers | 0
2
answersQuestion
how to use Countinuous Skewed to fit?
hello i have this data: x=[0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5 6]; y=[0 3 8 23 18 13 10 7 5 3 2 1 0]; plot(x,y) fo...
6 years ago | 0 answers | 0
0
answersQuestion
how to generate log normal random number
hi, i use this code to generate 5 random number with average 8.3 and standard deviation 2.7: mu=8.3; %mean (m) ...
6 years ago | 2 answers | 0
2
answersQuestion
generate random lognormal?
I want to create 300 random numbers using a lognormal distribution, with an average of 27 and a standard deviation of 5 ... Wh...
6 years ago | 1 answer | 0
1
answerQuestion
error in build rows of matrix
i have this code for Computing 'dim' as number of rows of 'M' : But this code gives an error: Error using zeros Leading i...
7 years ago | 0 answers | 0
0
answersQuestion
how to simplify the matrix?
i want to show A as result in command window as: A=[10000 20000 30000] Not A= 10000*[1 2 3] how?
7 years ago | 1 answer | 0
1
answerQuestion
matlab vpasolve function not returning correct answer
hi i have follow code: clc clear all syms yn b=3; m=1; S=0.001; n=0.014; Q=28; A=(b+m*...
7 years ago | 2 answers | 0
2
answersQuestion
My second question is why, when we put Equations 2 and 3 in Equation 1, we do not show a simplified answer. I mean the image below
My second question is why, when we put Equations 2 and 3 in Equation 1, we do not show a simplified answer. I mean the image be...
7 years ago | 0 answers | 0
0
answersQuestion
Hello, I want to derive from a function such as (f=f0+R*f1+R^2*f2+R^3*f3) so that the answer is as follows: (f'=f0'+R*f1'+R^2*f2'+R^3*f3')
The values of the functions f are not given in x and we want to calculate the derivative parametric
7 years ago | 1 answer | 0
1
answerQuestion
global order problem in gui
please help me to use global order for a variable (mulitidim matrix) when i use it,in other callback dim of matrix changes!
8 years ago | 0 answers | 0