Devendra - MATLAB Central
photo

Devendra


Last seen: 12개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

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

25 질문
0 답변

순위
187,830
of 297,672

평판
0

참여
25 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How do I read multiband envi generated image file into matlab?
I am reading the multiband envi generated image file into matlab by using following matlab code; img_path = 'C:\Image_Data\...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


How to read multiband envi file into matlab?
I am using the following matlab syntex to read envi generated image file; img_path = 'C:\Data\' d = uigetdir(pwd, 'Se...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


How to write output data in excel csv files?
My for loops are as follows; number of image files are 114 number of shape files are 242 for m = 1:length(imgfiles) for ...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


How do I write multiple excel csv files in for loop?
My for loops are as follows; number of image files are 114 number of shape files are 242 for m = 1:length(imgfiles) for n = ...

12개월 전 | 답변 수: 0 | 0

0

답변

질문


how to open excel files and write data?
for m=1:mimgfiles for n=1:nshapefiles % Use the logical mask to extract data from ndvi image for villages ...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


How do I complete my matlab code for a given formula.?
% This is done through k-Means clustering and binarization to derive a % binary classification of each parcel for cropland and...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How do I write a code for given formula?
This is done through k-Means clustering and binarization to derive a binary classification of each parcel for cropland and non-c...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Why R square value is coming negative ?
I am doing linear regression on PCA scores but my R square value is coming negative. I am attaching the code and input file. I w...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Error in fitlm function
I am using reg = fitlm(X_train, Y_train); But it gives following errors; Error in fitlm (line 122) model = LinearModel.fit(...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to extract desired variables column data from a table?
I have the data in excel csv file with variable names as follows Var1 POSValue MAXSum AVGSum SOS POS EOS ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to generate different filename with each iteration of code?
I am using the following synetex of matlab code saveas(f, path + var + method + '.png'); where var and method are changing in...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Unrecognized table variable name 'act_y_ha'. in matlab code
I am getting following error in my matlab code. Error using {} Unrecognized table variable name 'act_y_ha'. Error in reg_al...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


Error occurred in fitlm function.
Error using classreg.regr.TermsRegression.createFormula The terms matrix must have one column for each variable in the dataset ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


How to plot multiple time series data on single plot?
I want to plot multiple time series data on a single plot with legends just like attached plot. I am also attaching the sample ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to generate scatter plot similar to attached scatter plot?
I want to generate scatter plot over laid by the equation of fit and R^2 value. Also the x and y axis lables as attached pdf plo...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot feature importance on x-axis and variable names on y-axis?
I wish to plot variables names on y-axis and feature importance on x-axis in Random Forest Regression. Also the variables on y-a...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to assign value 2 for >=90 percentile and 1 for < 90 percentile in a single column matrix?
I have a column matrix of 414 elements. I want to replace these values in binary format with values greater than or equal to 90 ...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to calculate 8 days mean from ten years data?
I have a code which calculates the 8days mean from single year. It computes 45 eight days from 45X8 = 360 days and last 8days me...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to run Random Forest Classification code for my attached input file?
I have a file which contains normalized values between 0 to 1 for nine meteorological variables as predictors and 10th variable ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to compute 8 days mean from one year data?
I am using the following matlab code data_matrix=readtable('C:\matlab\sample.csv'); %disp(data_matrix) [ad,~,cd] = unique(dat...

1년 초과 전 | 답변 수: 4 | 0

4

답변

질문


How to increase font size confusionchart plot
I am using following MATLAB lines to draw confusion chart cm = confusionchart(Z,ZZ,'RowSummary','row-normalized','ColumnSummary...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to put 8 variables into a single matrix?
I have 8 variables each of them having dimension(65,1). I want to put them in a matrix of dimension(65,8). Please suggest me how...

1년 초과 전 | 답변 수: 2 | 0

2

답변

질문


mean of all these variables over latitude x longitude x time that is (5 x 5 x 2)
I have eight variables loaded with data (latitude,longitude,time,months) as (5,5,2,65). I want to calculate the mean of all thes...

1년 초과 전 | 답변 수: 5 | 0

5

답변

질문


spatial and temporal mean of ERA5 monthly data
I wish to calculate the spatial and temporal mean of temperature of ERA5 monthly reanalysis data. Data has dimension (lat,lon,ti...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I wish to calculate the mean values of temperature over the latxlon grid and only for 12GMT for all the 65 months using matlab code.
I have a data with dimension (lat,lon,time,months) as (5,5,2,65) number of latitude =5 number of longitude =5 time = 1 for 00...

1년 초과 전 | 답변 수: 2 | 0

2

답변