Recent content by manchung214

  1. M

    MATLAB Implementing Particle Filter with Matlab

    I'm now implementing different kinds of Particle Filters using Matlab. One is the Regularized Particle Filter(RPF) and my code for 1 time-step filtering is as follows: function [xcap,wcap]=RPF(x,z,k,N_thre,Q) N=size(x,1); %no. of particles m=size(x,2); %dimension of state space...
  2. M

    LaTeX Adjusting Vertical Spacing & \pointsdroppedatright in Exam Document Class

    I am currently producing an exam paper. My friend suggests me using the exam document class. It's quite convenient most the time and I almost finish my work. But there are 2 things that I am not satisfied with: (1)the default spacing between questions, parts, subquestions How can I adjust the...
Back
Top