Christian Günther
Followers: 0 Following: 0
Statistics
RANK
8,089
of 295,467
REPUTATION
5
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Limit length of a string
Hello, I've found the solution myself: with this command it gests truncated to 18 characters: sprintf('%+18.18s',text1)
2 years ago | 1
| accepted
Question
Limit length of a string
Hello, How can I limit the lengt of strings that I print out ? text1 contains a sting of length 7 to 25, but I want to print a...
2 years ago | 3 answers | 1
3
answershow to create a circular heat map
Hello, You can transform the Data to cartesian coordinates and use the hist3 function instead. %polar(t,r,'+') x = r.*co...
2 years ago | 0
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:...
3 years ago
Question
Simuling Create Subsystem from selection causes inports and outports to lay on the side
Hello, When I create a subsystem from a selection, sometimes the inports and outports lay on the side and look like this: Af...
3 years ago | 1 answer | 0
1
answerError while compiling simulink model?
Hello Rik, I had a similar problem with a hidden ToAsyncQueueBlock. This was caused by the Simulation Data Inspector. Stop st...
3 years ago | 1