Community Profile

photo

Morten Nissov


Last seen: 1 year 前 自 2019 起处于活动状态

统计数据

  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

提问


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

3 years 前 | 0 个回答 | 0

0

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 3 个回答 | 0

3

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 1

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 4 个回答 | 1

4

个回答

提问


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

4 years 前 | 2 个回答 | 1

2

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

5 years 前 | 0 个回答 | 0

0

个回答