Community Profile

photo

swathi


Last seen: 1 year ago Active since 2019

Statistics

  • Explorer
  • Thankful Level 3

View badges

Content Feed

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


[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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Answered
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 years ago | 0

| accepted

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

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

4 years ago | 0

Question


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 years ago | 2 answers | 0

2

answers