Community Profile

photo

Niklas Nylén


Last seen: 12 Monate vor Aktiv seit 2017

Statistiken

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
How to convert *.slx model to *.mdl using m script?
load_system('mysys.slx') save_system('mysys', 'mysys.mdl')

mehr als 5 Jahre vor | 1

| akzeptiert

Beantwortet
inputdlg - how do i recognise if someone entered a symbol, e.g. = into the box?
Verifying that the expression is a valid equation is probably extremely hard, but validating that only "allowed" symbols are ent...

mehr als 5 Jahre vor | 0

| akzeptiert

Beantwortet
I run a matlab code. I get the plots but do not get the variables in workspace. Somebody please help me to fix this.
Variables created in a function do not get assigned to the base workspace. To debug the variable values you should add a debug s...

mehr als 6 Jahre vor | 1

Frage


Get data from multi-level struct using strings
I need to read data into matlab where a text file specifies the structure and index of the data and another file contains the da...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort