Community Profile

photo

HaMo


Last seen: 7 maanden ago Active since 2016

Professional Interests: signal processing, neurophysiology

Statistics

  • First Answer
  • Revival Level 1
  • Thankful Level 3

View badges

Content Feed

View by

Question


How to create a HDF5 group with only attributes
Writing an attribute to a group that already has a dataset works fine: h5create("sample.hdf5", "/group/dataset", 1:3) h5writea...

7 maanden ago | 0 answers | 0

0

answers

Question


Crop and change perspective of image
Let's say I have a photograph of a rectangular painting. When the photograph was taken, the camera was tilted about the yaw, pit...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


Bandwidth analysis of a system with multidimensional input
I am playing around with the built-in bandwidth function. I can intuitively understand what is going on under the hood for a tr...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Answered
Why is the or statement making something true?
This is what a conditional OR statement looks like if a == x || b == x || c == x Look up the difference between | and || Y...

meer dan 4 jaar ago | 0

Question


Is there a way to suppress Simulink from being brought to front of screen?
While I have Simulink models running in the background I would like to work in other programs on the same computer (e.g. Word, w...

meer dan 4 jaar ago | 1 answer | 0

1

answer

Answered
Configure Model Functions button opens no popup window
Problem solved: I was missing the Embedded Coder floating license.

meer dan 4 jaar ago | 0

| accepted

Question


Configure Model Functions button opens no popup window
I am running Matlab R2017b with Simulink Coder and Embedded Coder. I follow the instructions in the built-in documentation to co...

bijna 5 jaar ago | 1 answer | 0

1

answer

Question


MEX application: integer value is kept in memory between runs
If I create the following C file: #include "mex.h" unsigned int inputCounter = 0; void mexFunction(int nlhs, mxArray *plh...

ongeveer 5 jaar ago | 1 answer | 0

1

answer

Answered
How do I store output of listEntry function in a variable
This is a workaround I came up with: dictObj = Simulink.data.dictionary.open('MyDictionary.sldd'); secObj =...

bijna 6 jaar ago | 2

Question


How do I suppress signal output from Simulink model?
I want to measure performance of my Simulink model using SimulationMetaData. The problem is the sim command also outputs all sig...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


Set step time in Simulink
I have created a Simulink model with only a constant value (see screenshot). Then I execute it by running the following scrip...

bijna 6 jaar ago | 2 answers | 0

2

answers

Question


Simulink 'To Workspace' block inactivated when additional simulation parameters are provided
I have a Simulink model with a 'To Workspace' function block for trouble-shooting purposes. If I type sim('MyModel.slx')...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


Accessing data dictionary from Simulink model InitFcn callback
I have a Simulink model. I don't want to use variables from the base workspace, since the behavior could then be changed if some...

bijna 6 jaar ago | 1 answer | 0

1

answer

Question


Is there a table of critical values of F distribution to use with ANOVA?
I am performing ANOVA for different data sets, comparing the calculated F distribution value to the critical F values for e.g P ...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


Should there be a residual when applying principal component analysis?
I am using Matlab function PCA (principal component analysis) to reduce the dimensionality of a data set with approximately 20 0...

meer dan 7 jaar ago | 1 answer | 0

1

answer