Community Profile

photo

Jan Kappen


TE Connectivity Ltd.

Last seen: environ 2 mois il y a Actif depuis 2015

Statistiques

All
  • Thankful Level 2
  • Revival Level 1
  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

Afficher les badges

Content Feed

Afficher par

Question


Dependency management & package manager like pip in ML
Hi all, Matlab is officially still lacking a proper package manager like npm or pip. I do not understand how people structure p...

4 mois il y a | 1 réponse | 0

0

réponse

Question


iddata object is casted to struct in parfeval
Hi all, I'm trying to train my nlarx models in a background pool to abort the training after a timeout. But input data of type ...

environ un an il y a | 1 réponse | 0

0

réponse

Question


Custom class properties and method attributes
Is there a way to add custom property or method attributes to handle classes? It is done by several classes or toolboxes, e.g. t...

plus d'un an il y a | 1 réponse | 2

1

réponse

A répondu
How do I use live script (*.mlx) files in source control?
Any updates on that? Workarounds? Plugins for Github or GitLab? Mathworks is effectively destroying any kind of collaboration, -...

presque 2 ans il y a | 1

Question


Concept decision for visualization: for loops vs custom iterators vs findgroups/splitapply vs ???
Hi, in data analysis, the visualization workflow usually is load data into (time-) table T process/transform data visualize ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


ChartContainer is broken?
Hi all, Since R2020a, class properties, provided by the class constructor are assigned after the setup method runs, see https:/...

plus de 2 ans il y a | 1 réponse | 3

0

réponse

Question


Matlab Projects: how to properly reference dependencies with certain version number
Hi all, we're trying to find out the optimal workflow with Matlab Projects and came to a couple of roadblocks: Is there a way ...

presque 3 ans il y a | 1 réponse | 3

0

réponse

A résolu


Inner product of two vectors
Find the inner product of two vectors.

environ 3 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

environ 3 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

environ 3 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

environ 3 ans il y a

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 3 ans il y a

A répondu
What is the purpose of 'Events' in OOP in MATLAB?
The concept is the quite common concept of observer pattern. If you want to fire (aka notify) named events that can be observed...

plus de 3 ans il y a | 0

Question


Real time plotting slow: FigureController.flushCoalescer needs a lot of memory and cpu time
Dear all, I'm trying to plot data points from a serial device as fast as possible and I think, almost all best practices have b...

presque 4 ans il y a | 1 réponse | 4

0

réponse

Question


Compile SignalAnalyzer App to Standalone exe
Is it possible to use the Matlab Compiler to create a standalone version of the SignalAnalyzer? The sources of the SignalAnalyze...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


Auto create functionSignatures.json from class? Or other way round?
As described <https://de.mathworks.com/help/matlab/matlab_prog/customize-code-suggestions-and-completions.html here>, we now can...

environ 5 ans il y a | 2 réponses | 2

2

réponses

Question


Update multiple columns in table without loop, dot vs curly braces
Hi all, I'd like to convert multiple columns (Variables) in a table object to another class like categorical or double. So fa...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

A répondu
How can I display function hints for methods in a class?
This is an really necessary feature!

presque 7 ans il y a | 2

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 7 ans il y a

Question


Reading data from a .NET object and asynchronous save to file
Hi guys, I'm wondering if there is a way to read continuously data from a device (serial port or a .NET library in my case) i...

environ 7 ans il y a | 1 réponse | 0

0

réponse

Question


Serialize or save and reload large scatteredInterpolant objects
Hi guys, I'm running into following problem. For vectorfield calculations a scatteredInterpolant of scattered data in space i...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


Creating an array of structs and using the field directly?
Hey guys. I'm wondering if there is a workaround for doing something like this: a = {[struct('field',1) struct('field',2)]....

plus de 7 ans il y a | 1 réponse | 0

1

réponse