photo

Jacob Ziesenis


Last seen: 5 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
4 Answers

RANK
81,814
of 300,343

REPUTATION
0

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Answered
analog sinusoidal signal Xa(t) = 3sin (200pi t) .sketch the following Xa(t) for 0 ≤ t ≤ 30
t = 0:0.01:30; x = 3 * sin(200*pi*t); figure; plot(t,x);

8 years ago | 0

Answered
Absolute value of a difference in Simulink if block
I am not sure what exactly you mean with an if-Block, but i would solve that problem in the following way: <</matlabcentral/a...

8 years ago | 0

Answered
How to get bin counts from max(histcount_plot)
I would try: find(N==max(N))

9 years ago | 0

Answered
How can i put all zeros in the end of the rows in a matrix?
you can do this with the following line: A(:,end)=0

9 years ago | 0

Question


HDL Coder gives Error Message: Evaluation of elaborate function on class hdldefaults.TrigonometricFunction failed
While trying to create VHDL-Code from a Simulink Model, I get the following error when I start the HDL-Coder: Error: Evaluati...

9 years ago | 1 answer | 0

1

answer