SOMNATH MAHATO - MATLAB Central
photo

SOMNATH MAHATO


Last seen: 대략 1개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 05/20 to 03/25Use left and right arrows to move selectionFrom 05/20Use 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

17 질문
1 답변

순위
66,811
of 297,672

평판
0

참여
17 질문
1 답변

답변 채택
47.06%

획득한 표
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
  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


How to find GNSS satellite elevation angle from .obs and .nav data?
Trying to find GNSS/ NavIC satellite elevation angle from obs and nav data

대략 2개월 전 | 답변 수: 1 | 0

1

답변

질문


Y double axis required trendlines
x = [1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 201...

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

1

답변

질문


Find higher value with respect to time from a table?
With repect to time, i need higher value from the attached table.

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

3

답변

질문


Y double axis plot
Below y double axis has the error of "Dimensions of matrices being concatenated are not consistent". x = [162 132 190 470 187 ...

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

1

답변

질문


how to plot y double right axis linear graph?
x = [162 132 190 470 187 157 215 495 165 135 193 473 302 272 330 610 942 912 970 1250]; y1 = [1.21 0.491; 0.938 0.388; 0.237 0....

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

1

답변

질문


How to zoom on a particular portion of the graph?
clc clear close all A =[1 0.108 0.045 0.08 0.098 6 0.27 0.107 0.173 0.205 10 0.331 0.137 0.151 0.177 15 0.349 0.139 0.248 ...

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

1

답변

답변 있음
how to plot Double y axis?
Below this this code y axis right side color not change. Have a look with this code. x = [1 6 10 15 ]; y1 = [1 2 2 2 ]; y2 = ...

거의 3년 전 | 0

질문


How to find out distance of two different location using their latitude and longitude?
Location 1 Latitude (deg) Longitude (deg) 23.254713123 87.846916806 Location 2 Latitude (deg) ...

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

1

답변

질문


How to add maximum minimum points with respect to zero?
x1 min = -0.023 ; x1 max= 0.032 y1 min =-0.043; y1 max= 0.026 How to join these four points with respect to zero? x2 min =-0....

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

1

답변

질문


How to plot 3 y axis?
x = [1 6 10 15 22]; y1 = [2 6 8 10 15]; y2 = [99 97 94 92 89]; y3= [1 3 6 8 11];

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

1

답변

질문


how to plot Double y axis?
This value how plot in matlab R2015 version? Distance (X axis) TIFF (y1) Percentage (y2) ...

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

3

답변

질문


discrete line plot in matlab 2015?
A =[1 0.122 0.05 0.093 0.113 6 0.18 0.071 0.135 0.168 10 15 0.252 0.103 0.138 0.158 22 0.354 0.124 0.136 0.184 40 0.456 0....

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

1

답변

질문


stacked plot x axis change in 2015 matlab version
Y=[ 1 9 5 4 20 6 6 7 5 19 10 10 6 5 21] need stacked plot of these data. But x axis would be 1, 6, 10 and y axis stacked ...

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

1

답변

질문


How to plot these values in Matlab 2015 version?
Time (second) PDOP VDOP 1 17.88 1.24 2 37.84 9.22 3 26.89 9.78 4 6.07 14.90 5 19.48...

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

0

답변

질문


How to plot these value in Matlab 2015 version?
In a 2 dimension plot, axis are varing with respect to time. Here time are same but other two values are diferent. Similar kind ...

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

1

답변

질문


How i plot this value with respect to time in matlab 2015 version?
Time Allystar M8T F9P LS 1 -0.1788 -0.1246 -0.1553 -0.1248 2 -0.3784 -0.0922 0.0863 -0.1232 3 -...

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

1

답변

질문


How i plot these values in Matlab 2015 version?
Time Allystar M8T F9P LS 15:27:31 -0.1788 -0.1246 -0.1553 -0.1248 16:27:31 -0.3784 -0.0922 ...

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

1

답변

질문


Sorting maximum value array by same date and time
I have an array of very large size 708273*3,the first and second column representing time and date respectively. Each time and d...

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

1

답변