Community Profile

photo

Vishnu Dhakad


Physical Research Laboratory

Last seen: 2년 초과 전 2018년부터 활동

Hello,
I am Scientific Assistant and I am working on Atmospheric Science.

통계

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 3

배지 보기

Content Feed

보기 기준

답변 있음
How to plot the sen's slope to time series data using Mann-Kendall Test and Sen’s slope estimator
Hi, You can use a code which is available on following link with title 'MATLAB code for the Mann–Kendall test and Sen's slope...

2년 초과 전 | 0

질문


How to read tab delimited .txt file line by line (File attached)?
Hello guys, I want to read a txt file which has data line by line. Please find the attached file (Data.txt). Thanks

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

1

답변

질문


Cell array convert into double
Hi, I have below cell array of numeric values, I want to convert them into double array Input: {[ 315]} {[ 315]} ...

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

1

답변

질문


how to convert radial axis of polar plot in percentage??
I have used following code (please find the attached image) polarhistogram(ax2,deg2rad(wind_direction2(wind_speed2<q)),deg2rad(...

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

0

답변

질문


How to read txt file usinig txtscan?
I have read attached file which has 16435 rows but I have read only 385 row because column 7 has number and character. how to r...

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

1

답변

질문


how to plot smooth line plot?
I have data in x,y. I have plotted x,y in log scale in both axises but I did not getting smooth plot. How to get it like exce...

대략 4년 전 | 답변 수: 2 | 0

2

답변

답변 있음
animation of X ,Y coodinates
you can see the following link https://in.mathworks.com/matlabcentral/answers/274981-animations-of-several-points#answer_214657...

4년 초과 전 | 0

| 수락됨

질문


I have Day, Month, Year, Hour and Minute in different columns, how to combine in a datetime format (17-Oct-2019 00:00)?
Please find the attached files Thank you

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

1

답변

질문


how to plot wind rose plot?
I have wind speed and wind direction in a txt file. how to read and plot wind rose plot. Thank you

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

1

답변

질문


How to save timetable as txt file?
Hello I have timetable (TT) . I want to save as a text file in my folder. I have tried following code but I got error. >>wr...

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

1

답변

질문


How to find the peaks without using findpeaks function?
I dont have signal processing toolbox. I have attached the file.

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

1

답변

질문


How to find maxima and minima of a column matrix without using findpeaks ?
I dont have signal processing toolbox in my matlab package so I cant use findpekas.

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

1

답변

질문


How to remove header lines in .txt file?
following text are in my file. % CAPS-DAQ Version = 1.5.8 % CAPS software (c) Aerodyne Research, Inc. % version: 0.9.18 % ...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


how to take mean of every second data in a minute and an hourly?
I have data every second like A = 16:22:54 16:22:55 16:22:56 16:22:57 ......... ............

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


I have IgorTime data in which time:units = "seconds since 1904-01-01". I would like to convert this seconds to datevc.
I have attached the file (IgorTime). Thank you

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


HOW TO CONVERT TIME IN NUMERIC FORMAT?
I have date and time in different 6 column. 1st column: Year, (2019,2019,2019,2019 - - - - - - - 2019) 2nd column: Month, (3,3...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to read .dat file and remove headerline from the file using textscan ?
Hi, I want to analysis a text file data ... IgorTime,Extinction,Scattering,Loss,Pressure,Temperature,Signal,LossRef,Status,...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to read .csv file using textscan function ?
Hello guys, I have a csv file which is attached. I have use following code to read this but i got the error. fbc = fopen('BC1...

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

2

답변

질문


how to read .dat file using txtscan ?
Please find the attachment.

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

1

답변

질문


how to plot both axis (X and Y axis) as log scale using code ?
I have use loglog(X, Y) but I getting an error.

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

1

답변

질문


HOW TO OPEN .DAT FILE?
PLEASE FIND THE ATTACHEMENT? THANKS

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

1

답변

질문


How to open .CSV file ?
I want to open CSV file. (please find the attachment) in the CSV file, I have date and time in the different column but I wan...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


How to read .dat file using fopen??
I want to read a .dat using following code but I am not getting any data. there is not allowed to upload .dat file so i uploa...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to read only number from the number and character mixed text file???
I have a text file (please find the attachment). how to read the only number data from the file???

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to plot latitude and longitude data on map??
Please find the attachment.

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to write datetime(char array 1058*19), latitude(1*1058 double) and longitude (1*1058 double) in txt file using fprintf ???
I have written the following code but I didn't get datetime in text file. datetime = {'2018-05-16 07:57:12','2018-05-16 07:...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


how to get latitude, longitude and elevation from pgx file?
I read the gpx file P = gpxread('Track_2018-05-16 181018.gpx') P = 1058×1 geopoint vector with properties: Collect...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


i am trying to read a .dat file but i dont getting any data?
my code is fid = fopen('20180426_TRH.dat'); A = fscanf(fid, '%c, %f/%f/%f, %f:%f:%f, %f, %f, %f, %f, %f/%f/%f, %f:%f:%f...

거의 6년 전 | 답변 수: 1 | 0

1

답변