photo

Michael


Bachmann electronic GmbH

Last seen: 5 dagen ago Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
11 Answers

Cody

0 Problems
10 Solutions

RANK
2.789
of 298.641

REPUTATION
22

CONTRIBUTIONS
1 Question
11 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
3

RANK
 of 20.635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
36.757
of 161.878

CONTRIBUTIONS
0 Problems
10 Solutions

SCORE
111

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Answered
how to generate an infinitely running code in simulink embedded coder?
Normally you only have to set the "Stop time" in the Configuration Parameters --> Solver option or directly in the model to "inf...

ongeveer een maand ago | 0

Answered
Can you call Simulink models recursively?
Hi Jan, I am not sure if I understand you correctly. But maybe this could be a solution for your task?

6 maanden ago | 0

| accepted

Answered
Calculate Mean of vector in more decimals
3.3333 is only the display of the variable 'ans'. The result of the calculation has better accuracy. Type format long and you ...

12 maanden ago | 0

| accepted

Answered
Conditional Question Matlab Disagreement
I think you are right and your teacher is wrong. MATLAB evaluates this expression from the left to the right (see chapter "Oper...

meer dan een jaar ago | 1

Answered
Is there a 64 bit version of Matlab 2015a available for download?
Dont't worry about the labeling of the button for downloading in the MathWorks homepage. If you are running the installing appli...

meer dan een jaar ago | 0

Answered
How to set a sample time in a Discrete Transfer Fcn??
Per default the sample time of this block is (-1). This means the sample time is inherited from the signal at the input of the b...

meer dan een jaar ago | 1

Answered
Code generation with Embedded Coder
I think this is an issue of the block reduction optimization. In the configuration parameters move to Simulation Target --> ......

meer dan een jaar ago | 0

Answered
Target Language Compiler (TLC) alternatives for custom inline L2 sfunctions in Simulink.
As far as I know there is no possibility to generate C/C++ code from a Level -2 MATLAB S-Function without writing an associated ...

meer dan een jaar ago | 1

| accepted

Answered
Datetime arithmetic in simulink
You can do some arithmetics with datetime data type. For your example it is possible to add a duration to a datetime. dt0 = dat...

meer dan een jaar ago | 0

Answered
Matrix array in a strange format
Your matrix "val" is a sparse matrix. You can convert it to a full storage matrix with the function "full". A = full(val)

bijna 2 jaar ago | 0

Answered
how to find unconnect goto block and from block in the simulink model use script
I think you should find a matching of the "GotoTag" in Goto blocks and From blocks. First find all your Goto and From blocks in...

bijna 2 jaar ago | 0

| accepted

Question


How to change horizontal alignment of column names in UITable
I know I can use the uistyle function to change the horizontal alignment of text of each cell of an UITable. But I am struggling...

bijna 2 jaar ago | 1 answer | 0

1

answer