Community Profile

photo

Jan Kappen


TE Connectivity Ltd.

Last seen: Today Attivo dal 2015

Followers: 1   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

Risposto
Importing a .csv file
The right approach is not to have commas as decimal separators in your file. I know this is common in Europe and especially Germ...

17 giorni fa | 0

| accettato

Risposto
Find out why mat files differ in size
Got it fixed. I've followed a similar approach as @Samay Sagar proposed, but ultimately used getArrayFromByteStream, see Serial...

25 giorni fa | 0

| accettato

Domanda


Find out why mat files differ in size
I'm developing a rather complex class hierachy with a few GB of data embedded in its instances which might get saved to mat file...

circa un mese fa | 2 risposte | 0

2

risposte

Domanda


Dynamic properties auto completion in argument validation
I love argument validation, and especially the option to use the ? operator to automatically list all class properties. However...

circa un mese fa | 1 risposta | 0

1

risposta

Domanda


Extract regexp tokens with regexpPattern
With regexp I could extract the tokens of my capture groups via regexp("abcd3e", "\w+(\d)+\w", "tokens") The result is a cell...

circa 2 mesi fa | 1 risposta | 0

1

risposta

Domanda


Matlab Git integration broken: Trailing char < > at index 30
Hi, Neither R2023b nor R2024a pre can update the git status of my project. The Git indicators are small dots, hovering says "Un...

circa 2 mesi fa | 1 risposta | 0

1

risposta

Risposto
Profile and debug load function
I made some tests, and both, idnlarx (which does not support putting it into an array, just into a cell), and some of my custom ...

2 mesi fa | 0

Domanda


Profile and debug load function
I have a .mat file containing an object of a custom Matlab class that mainly consists of a big data table of type table, stored ...

2 mesi fa | 1 risposta | 0

1

risposta

Domanda


Function precedence in multiple nested Matlab projects
Matlab projects can add other projects as references. I started to use this to modularize my Matlab libraries. In fact, every gi...

2 mesi fa | 1 risposta | 0

1

risposta

Risposto
Auto create functionSignatures.json from class? Or other way round?
Follow-up on my initial question. Since we now have Function Argument Validation - MATLAB & Simulink (mathworks.com) which is aw...

3 mesi fa | 0

Risposto
Store and recall all appdesigner GUI data.
Is Matlab working on something like this? This is one key point of deciding if we will use Matlab for a rather complex GUI or no...

5 mesi fa | 0

Domanda


Avoid double validation for constructor arguments that are class properties?
I understand that class properties can be validated via property validation and I love it. I even love more that there's an opti...

9 mesi fa | 1 risposta | 1

1

risposta

Domanda


Function argument validation and editor auto-completion in wrapper functions/classes
TLDR; Is it possible to automatically use the same argument validation + auto completion in wrapper functions as the called fu...

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 3

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 2

1

risposta

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

quasi 3 anni fa | 1

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 0 risposte | 3

0

risposte

Domanda


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

quasi 4 anni fa | 0 risposte | 3

0

risposte

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

quasi 4 anni fa

Risolto


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

circa 4 anni fa

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

oltre 4 anni fa | 0

Domanda


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

quasi 5 anni fa | 0 risposte | 4

0

risposte

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 6 anni fa | 3 risposte | 2

3

risposte

Domanda


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

circa 6 anni fa | 0 risposte | 0

0

risposte

Carica altro