photo

swathi


Last seen: 2年弱 前 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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] ...

4年以上 前 | 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...

約5年 前 | 1 件の回答 | 0

1

回答

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

約5年 前 | 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); ...

約5年 前 | 2 件の回答 | 0

2

回答