Community Profile

photo

Raj Arora


Last seen: 3 Tage vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Problem in specifying legend in multiple lines and symbols plot
I've created a MATLAB script to generate a plot with four lines of different colors and three symbols. Now, I need to add specif...

4 Tage vor | 1 Antwort | 0

1

Antwort

Frage


How to solve multiple equation with several conditions in it?
I have attached a given problem below in code I just want to solve the value of P1, P2, P3, P4, P5, P6, P7, P8, P9. Can anyone h...

30 Tage vor | 2 Antworten | 0

2

Antworten

Frage


How to change the desired xaxis ticks and subsequent values in log log plot?
I have a flood frequency analysis data stored in a file named "Matlabdataforgraph.txt." My intention is to visualize this data u...

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How to extract maximum monthly data from a table based on month and years
I have an Excel file comprising five columns. The initial column consists of dates in the format (01-Feb-91). This extensive dat...

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How to remove values from HEATMAP
I have data which have 4 column 14 rows, every value in table represent {NO, MIN, MAJ, MOD, COL} you can see the table in attach...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Log-Log Plot
I have a log-log graph generated by a specific software. I aim to replicate this graph precisely using MATLAB. I've made an atte...

8 Monate vor | 0 Antworten | 0

0

Antworten

Frage


log-log plot
I have a log-log graph generated by a specific software. I aim to replicate this graph precisely using MATLAB. I've made an atte...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Simplify the exponential equation
I have an equation, which is in exponential format (y = A.exp(B.x)) where A and B are polynomial of order 3 which is a function ...

12 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Generalized equation using multiple equation
x = [0.25 0.50 0.75 1 1.25 1.50 1.75 2 2.25 2..50 2.75 3] y1 = [0.001524 0.00605 0.013592 0.024151 0.037728 0.054321 0.07...

12 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Curve fitting using different functions
I have a set of data consisting of x and y values for five different cases, where y varies while x remains constant. I have trie...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to specify equal distance interval in matlab plots
I have a set of data. I want to plot this data at equal intervals but this data is clustered at some location (top and bottom ax...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Opening different folder in matlab using loop
I have 3 different folder with name OUTPUT_DECK_1, OUTPUT_DECK_1.5, OUTPUT_DECK_2. I am saving 1, 1.5, 2 as one variable and run...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to change the axis to another axis in scattered plot
I have plotted a 3d scatter plot, I want to change one of its axis to some other direction. How to do that. For better underst...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to idealize a moment curvature plot as a bilinear curve?
I have a set of data for moment curvature plot considering those I have to idealize it as a bilinear plot 1. Initial values are...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to add Zero after an integer value?
xcord = [20.76 19.24 20.00]; ycord = [0.0 0.76 -0.76]; Q(loop+new,1) = sprintf(str,nodeno(1,pier)+loop+a,xcord(1,no_of_pier),y...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to fit a smooth curve on discrete data.
Hello all, I want to produce an equation that can develop a continous smooth curve (does not matter whether it follow any distri...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Y-values for the histogram
Can anyone tell me how can I extract the y-values of the below histogram so that I can plot in any software randlp2 = exp( gamr...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Generation of large data sets (10^4) for log Pearson type III distribution and finding its paramters
Dear All, I have a data set which is log pearson type III distributed fitted. Using that data how can I find the parameters asso...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Computing lognormal parameter using maximum likelihood method
Can anyone please tell me how can I calculate lognormal parameter of a function using maximum likelihood method for a given set ...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to optimize the value of x(2)
CODE FOR COMPUTING MEDIAN AND MAXIMUM LIKELIHOOD VALUE. I WANT TO CALCULATE OPTIMUM VALUE OF STANDARD DEVIATION BASED ON INOUT D...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to remove the outliers in distribution fitter
As shown in the dist. fitting there is some outliers in the starting and at the end is there any way to remove it?

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Simplify the below equation
Can any one please tell me how to write this equation in more simplistic way 2.1894533792906461821410990117209*(1/(y1 + (0.9213...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Converting syms to double
Is there a way to use one variable as both syms and double at the same time? I'm running a programme in which one variable takes...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error : The following error occurred converting from sym to double
So I'm running a programme in which there are two symbolic variables and the rest everything is constant, and hu(x,1) is picking...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Random combination between 2 arrays
Suppose I have 2 arrays X1 = 2.23 2.90 3.04 3.81 X2 = 0.51 0.55 0.61 1.5 Now I have to make the random combination of...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Generate random number between -Inf and 0.5
Z = [-Inf 0.5326 0.6 0.6674 Inf] I have above intervals like (-Inf 0.5326) (0.5326 0.6) (0.6 0.6674) (0.6674 Inf). Between ...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to divide the interval of any distribution in N equal parts based on its area?
Can anyone please help me with this How to divide a normal distribution or log normal distribtuion with mean and standard devia...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


CDF of log pearson
Can somebody explain why when I use this code, I get CDF as negative and decreasing function (magnitude)? It should be non decre...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


INVERSE OF CDF OF LOG PEARSON TYPE III DISTRIBUTION
Could someone kindly tell me how to calculate the inverse of the CDF of a log Pearson type III distribution? In fact, I need to...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Wrong answer in below code?
bw = 36; angle = 60; ...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden