photo

Sajith Galgamuwa


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot a matrix neglecting first two points?
provided matrix x 1 2 3 4 5 6 7 y 10 15 11 7 8 9 20 it is only needed to plot x 3 4 5 6 7 y 11 7 8 9 ...

9 years ago | 1 answer | 0

1

answer

Question


How to swapping values in matrix row ?
given matrix eg:- 1 6 6 8 9 5 7 2 it should be chang as 1 6 6 8 2 7 5 9

9 years ago | 1 answer | 0

1

answer

Question


I'm tring to implement matlab code for Kalman filter as object tracking .There are sample images provided with code.But I tried for another images with different dimensions.It makes .error-'Index exceeds matrix dimensions'
Testtrackkalman.m clear all NoOfImg = 8; Xmsaved = zeros(2, NoOfImg); Xhsaved = zeros(2, NoOfImg); for k = 1:NoOfIm...

9 years ago | 4 answers | 0

4

answers