Community Profile

photo

Morten Nissov


Last seen: oltre un anno fa Attivo dal 2019

Followers: 0   Following: 0

Statistiche

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


Getting plotted x and y points from probplot
I am making a probplot of some data and would like to find the x-value corresponding to a given probability, e.g. prob>0.99 what...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


probplot for Chi2 and noncentral chi2 distribution
I am looking at GLR tests and I need to verify that my test statistic is chi2/noncentrally chi2 distributed. As far as I can see...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Confidence intervals in QQplot
I am using qqplot to demonstrate distribution fits, I think it would be beneficial to incude confidence intervals although I am ...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


qqplot of chi2 distribution
I am attempting to check if some data fits to a chi2 distribution with 1 DOF, since it isn't possible to makedist a chi2 distrib...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Problems using `fitdist` to Rician distribution
I am having some problems fitting a rician distribution to a set of positive values. Attempting to make the fit returns >> p_ha...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Confusino regarding statistical tests for given distribution
I am attempting to describe some data I have with a distribution but am experiencing some strange behavior. I have a dataset ...

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Pagemtimes accuracy versus for loop
I was using pagemtimes for some calculations an I get results which are not quite what I expect, for example N = 1e3; a = ran...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Using pagemtimes multiplying from left and right side
I have a 3D array I need to multiply on left and right sides by a constant 3x3 matrix, take a cholesky decomposition and multipl...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Question regarding quaternion conventions; particularly with respect to point vs frame rotations
I've been using the quaternion class from the sensor fusion toolbox and I just want to be sure that I haven't made a misundersta...

circa 3 anni fa | 3 risposte | 0

3

risposte

Domanda


3D array of rotation matrices multiplied on 2D array of vectors
As the title says I have two matrices, rotmats and acc. For this example suppose that acc is a vector of {n} frame accelerations...

circa 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Mesh grid from 3-column table
I have a table with values extracted from a csv I want to transform into a grid. Let's use this table as an example tdata.x = ...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Question regarding `rf.LinAccelSign`
I am looking into the available error state filters for aided inertial navigation, particularly insfilterErrorState. There is...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Controu plot from matlab table
I have a table with values extracted from a csv I want to make a contour plot from. Let's use this table as an example tdata...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Simplifying with respect to trig identities to avoid dividing by zero
I need to calculate the jacobian for a set of differential equations and the calculation with respect to one variable is particu...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Reading vector elements into a string
I have a vector of numbers that I would like to use to create a filename. For example with a vector [1] I would like the filenam...

quasi 4 anni fa | 2 risposte | 0

2

risposte

Domanda


Supressing output when calling pdflatex using `system()`
For this application it is convenient for me to build a latex file in matlab and compile it by system(['pdflatex ', latexFile])...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Indexing array of symbolic variables dependent on time
I need to create variable number of symbolic variables and access each of them individually. It is necessary that they are time ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Evaluating svd() on slice of matrix array.
I have an array of matrices such that size(A) == [3, 3, 1e3] for example. These 1000 [3x3] matrices must be orthonormal so I a...

oltre 4 anni fa | 1 risposta | 1

1

risposta

Domanda


Matrix multiplication between 2d matrix and slice of 3d array
I have two matrices A (3,3,x) and B (3,3) where x is a variable, known value and typically on the order of thousands. I need to ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Multiple outputs from anonymous function
I have a function of the following form function [out1, out2] = demo_fcn( in ) out1 = in(1); out2 = in(2); end whic...

oltre 4 anni fa | 4 risposte | 1

4

risposte

Domanda


Changing font size of all axes labels
I often need to make pretty cumbersome plotting definitions in MATLAB, an example of which can be seen below figure(1) clf su...

oltre 4 anni fa | 2 risposte | 1

2

risposte

Domanda


chol() say matrix is not positive defnite even though all eigenvalues are positive
Title exaplins it more or less. I need to make the cholesky decomposition of a matrix and the function, chol(), returns an error...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


rosbag loading specific messages
I am curious if there's a better way to load information from ROS bag files. My current work flow is: bag = rosbag(FILE_LOCA...

circa 5 anni fa | 0 risposte | 0

0

risposte