photo

Abdulmanan Butt


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
6 Answers

RANK
3,582
of 300,364

REPUTATION
16

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Extracting transfer function from circuit
Have a look. https://www.mathworks.com/matlabcentral/answers/131093-transfer-function-of-a-simple-circuit-using-simulink#answer...

6 years ago | 0

Answered
How to convert simulink blocks to verilog codes with HDL coder ?
Kindly have a look. https://www.mathworks.com/matlabcentral/answers/162521-how-to-convert-simulink-project-into-verilog-or-vhdl...

6 years ago | 0

| accepted

Answered
MATLAB code that execute exp function without using the exp inbuilt function
Hi, Kindly have a look on this documentation, https://de.mathworks.com/help/hdlcoder/ug/replace-the-exp-function-with-a-look...

6 years ago | 0

Answered
Why matlab does not integrate?
Hi, Your function is too much complex that int is unable to compute a closed form of indefinate integral. Numerical Integration...

6 years ago | 1

| accepted

Answered
How can I create discrete transfer functions in Simulink?
Hi, You want to create discrete transfer functions in Simulink for above G(z), right? You can create it in Simulink using ...

6 years ago | 1

| accepted

Answered
what does "X = X./max(max(X))" means?>
Hi, It means, You are dividing X matrix (element-wise) with the element of matrix X having maximum value. Like in this ca...

6 years ago | 0