Community Profile

photo

swathi


Last seen: 대략 1년 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Explorer
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


By using linear interpolation How can we find unkown 500 data values by using known data points(x,y,z) ?
[x1,y1,z1] = [2 3 4]; % starting value [xn,yn,zn] = [7 2 5]; % ending value by using linear interpolation i want to generate 5...

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

1

답변

질문


[B,TF] = rmoutliers(A,method) on older MATLAB version (2016) ?
my file size is [12*3]; i am writing without inbuilt function code and i am struct at nonoutlier in this figure shows my isoutl...

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

1

답변

질문


what is the inside program / function of rmoutlier? how rmoutlier inbuilt function will work? why cant we write a program without using rmoutlier function?
what is the inside program / function of rmoutlier? how rmoutlier inbuilt function will work? why cant we write a program withou...

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

1

답변

질문


how can we read matrix step by step in kalman filter
my matrix size is 3*50 %% xt(:,k) = 3*50 having [r,phi,theta] in this xt[3*50] matrix every time we can read single column by c...

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

1

답변

답변 있음
how to skip the measured object for certain time using kalman filter ?
how can we read a matrix loop column by column xt(:,k) = 3*50 my matrix size is 3*50 %% xt(:,k) = 3*50 having [r,phi,theta] ...

3년 초과 전 | 0

| 수락됨

질문


how to skip the measured object for certain time using kalman filter ?
r = 11.01541; % range phi = 103.6669; % azimuth theta = 2.624099; % elevation % convert polar coordinates of (r,theta,phi) t...

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

1

답변

질문


how can we give x,y,z inputs to kalman filter program with out using inbuilt functions?
i have 3 inouts (x,y,z) these three are giving to inputs of kalman filter want to write this program using without inbuilt fun...

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

1

답변

질문


How can we give x,y,z as a inputs of kalman filter& how can we find out position of target?
find out the position of target based on prediction and correction of methods

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

0

답변

질문


how to compare 2 data files parallel and take data based on matching time?
A file data( it reads the data at every 100ms or 0.1s),it starts the time on 2s and it ends on 6s time height velocity...

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

1

답변

답변 있음
How can i write recursive function using midpoint equation 3d coordinate system?
thank you sir...its working..thank you so much

4년 초과 전 | 0

질문


How can i write recursive function using midpoint equation 3d coordinate system?
A,B are 2 inputs.with this 2 inputs i want to generate n number of midpoints A = [2 2 2]; B = [13 13 13]; c = mid of (A,B); ...

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

2

답변