Asliddin Komilov
Followers: 0 Following: 0
Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Renewable Energy, Solar Power
MATLAB
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Renewable Energy, Solar Power
Feeds
질문
how to interpolate multiple shape data set
I got this error: Unable to perform assignment because the size of the left side is 1-by-1-by-108-by-4 and the size of the righ...
11개월 전 | 답변 수: 1 | 0
1
답변답변 있음
how to get outline of multiple shapes
This is the final version: cutxr=X(1:size(X)/2,:); cutyr=Y(1:size(Y)/2,:); cutxl=X(size(cutxr):end,:); ...
how to get outline of multiple shapes
This is the final version: cutxr=X(1:size(X)/2,:); cutyr=Y(1:size(Y)/2,:); cutxl=X(size(cutxr):end,:); ...
11개월 전 | 0
| 수락됨
질문
how to get outline of multiple shapes
Hi, I have asked about it before https://www.mathworks.com/matlabcentral/answers/2060069-how-to-get-one-shape-out-of-multiple-...
11개월 전 | 답변 수: 2 | 0
2
답변답변 있음
how to get one shape out of multiple shapes
thanks, but it didn't work correctly for this set of data.
how to get one shape out of multiple shapes
thanks, but it didn't work correctly for this set of data.
11개월 전 | 0
질문
how to get one shape out of multiple shapes
Hi, I have multiple shapes I need to merge into a single shape, because I have sets of shapes those I have to merge and compare...
12개월 전 | 답변 수: 3 | 0
3
답변질문
how to create shape on xy surface?
I need to calculate the area of shapes (parallelograms) that lay on one another. Their width is equal to 2. One of the angles (H...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
matrix of data into a formula
I have a data that is 5D matrix of Y(x,n,s,z). I wonder if there is a function or code that could extract a relation like: Y=a...
1년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
contour level appointing problem
I have changed the part of the code, but still don't see my minima: for pp=1:rowNum*colmNum subplot (rowNum,colmNum,...
contour level appointing problem
I have changed the part of the code, but still don't see my minima: for pp=1:rowNum*colmNum subplot (rowNum,colmNum,...
2년 초과 전 | 0
| 수락됨
질문
contour level appointing problem
Hello everyone! I appointed the contour level to the minimum value and 0.1 (code below) but in some I get only 0.1 without the ...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
extrapolation of contour data set
Hello everyone! I have made a contour from my data (both is attached), but I need have data in contour that is from 0 to 0,1. ...
2년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
R-square and the F statistic... error
Thanks, it seems I got rid of the warning but have another one: "Warning: X is rank deficient to within machine precision. " An...
R-square and the F statistic... error
Thanks, it seems I got rid of the warning but have another one: "Warning: X is rank deficient to within machine precision. " An...
2년 초과 전 | 0
질문
R-square and the F statistic... error
Hi everyone, I am getting this error for the each line (Warning: R-square and the F statistic are not well-defined unless X has ...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
2 unknowns in matching datasets
Hello everyone. I have 3 sets of data and need to find "a" and "b": Y1=a*Y2+b*Y3; there are 2 unknowns so I would need 2 equa...
2년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
extrapolate data to cross x axis
sorry for the mess, I thought I have saved one variable. This is exactly what I needed. thank you so much
extrapolate data to cross x axis
sorry for the mess, I thought I have saved one variable. This is exactly what I needed. thank you so much
거의 3년 전 | 0
질문
extrapolate data to cross x axis
I have this curve and need to extrapolate it so both ends cross x axis, I have used Vq = INTERP1(X,V,Xq,'linear",'extrap') and t...
거의 3년 전 | 답변 수: 3 | 0
3
답변답변 있음
Creation mixed level orthogonal arrays for orthogonal array testing in matlab
if you create multidimentional output you can make the ortogonal arrays using ind2sub
Creation mixed level orthogonal arrays for orthogonal array testing in matlab
if you create multidimentional output you can make the ortogonal arrays using ind2sub
3년 초과 전 | 0
질문
ranges of dimensions when using nan
dear community, I have a 6D result Arr(crb, cefb, crr, crp, ctb, ccb) where Arr(Arr>1)=nan. How can I find the values of crb...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
processing experimental data with polyfit
I have this code, it works, but with some warnigs and it doesn't look like other codes I see here, because I am not a programmer...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
how to use taguchi array
I used this code [Ta] = TaguchiArray(3,101) (from https://www.mathworks.com/matlabcentral/fileexchange/71628-taguchiarray) t...
대략 4년 전 | 답변 수: 0 | 0
0
답변질문
extract matrix from matrix with the values of the axis
x=linspace(0,8,91); y=linspace(1,3,56); I have a matrix DL1 (91x46) and need to extract DL2 =DL1(DL1<=2) and the values of the...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
2d data set distribution
I have this data set. Is it possible to find the distribution of the data to see the most and the least common values? thanks
4년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
the same range color bar looks different
The upper limits of the color bars were slightly different and the gradient changed when I set them to the same value (100) (see...
the same range color bar looks different
The upper limits of the color bars were slightly different and the gradient changed when I set them to the same value (100) (see...
4년 초과 전 | 0
질문
the same range color bar looks different
Why these two similar range colorbars look differently (see attachment). How can I make them look the same? thanks
4년 초과 전 | 답변 수: 2 | 0
2
답변질문
sensitivity analysis of data with multiple variables
I have a set of data that depends on 3 variables: Sys_LCOE(jj,i,ii) ii=1:1:length(YF); i=1:1:length(PVprice); jj=1:1:length(...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to fit 3 lines with one equation
I have these 3 lines with x and y, that correspond to C=[25 40 60], is it possible generate an equation that will be valid for a...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
maximum points on the surface
On this beautiful plot I need a line that shows the maximum points https://www.mathworks.com/matlabcentral/answers/uploaded_f...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
fitting 2d data set fit function is not working
thanks, it is perfect but the fit gives this warning: Warning: Equation is badly conditioned. Remove repeated data points or tr...
fitting 2d data set fit function is not working
thanks, it is perfect but the fit gives this warning: Warning: Equation is badly conditioned. Remove repeated data points or tr...
4년 초과 전 | 0
질문
fitting 2d data set fit function is not working
Hi, this is my data set and I wanted to try to get a fit for it. well, did not work with fit([x,y],z,'poly23'); first it sa...
4년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
interp1 find values at axis zero problem The grid vectors must contain unique points.
I have deleted data that was >0.024, so its fixed thank you everyone
interp1 find values at axis zero problem The grid vectors must contain unique points.
I have deleted data that was >0.024, so its fixed thank you everyone
거의 5년 전 | 0
질문
interp1 find values at axis zero problem The grid vectors must contain unique points.
Voc=interp1(I,V,0); it is a simple code, it runs with the first 2 sets of data but it doesn't run with the third. someone he...
거의 5년 전 | 답변 수: 2 | 0