Community Profile

photo

Friedrich Welck


Active since 2016

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Solved


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

6 years ago

Answered
High CPU usage in idle, starting with Matlab 2014b
Hi, I have narrowed the issue down to one update. I used system recovery to return my system to the pre-update state. Then I ...

7 years ago | 2

Question


High CPU usage in idle, starting with Matlab 2014b
Hello there, I did Windows updates yesterday and now my CPU won't go below 15% load when I open Matlab 2014b or later (tried ...

7 years ago | 3 answers | 2

3

answers

Answered
Easier/Faster way to convert Hex numbers to binary?
MsgInfo = dec2bin(hex2dec(cellfun(@(x)(x(4:end)),dataArray{:, 2}, 'UniformOutput', false)),16); is slow (cellfun is rarely ...

8 years ago | 0

Question


How do I list and edit all global (tunable) Parameters from the command line?
I need to list all global (tunable) Parameters of a model via commandline. I usually get to the list via the menu. (Simulation ...

8 years ago | 1 answer | 0

1

answer