photo

Bijoy


Active since 2013

Followers: 0   Following: 0

Message

I am bijoy

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
68,997
of 300,392

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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

  • Thankful Level 1

View badges

Feeds

View by

Question


HDL code generation problem
Can anyone give some details on the fiaccel function? i am getting this error during the HDL code generation in the step "Verify...

12 years ago | 1 answer | 0

1

answer

Question


HDL code generation in matlab
I want to generate an HDL code from my matlab code. I am getting error at the first step only, "Verify floating point design" ...

12 years ago | 2 answers | 0

2

answers

Question


Matrix as input argument of a matlab function
I want to pass two matrices A and B as input arguments to a function. but I am getting the error "Not enough input argument" I...

12 years ago | 3 answers | 0

3

answers

Question


Need HDL Coder immediately
Can anyone tell me how can I get an HDL coder in Matlab. It is not installed in my system. If you guys have any link where I can...

12 years ago | 1 answer | 0

1

answer

Question


problem in writing a function
What is the problem with this code? function Y = BWMfn(B) [m,n]=size(B); Y=zeros(2*m,2*n); for i=1:m; for j=1:n; ...

12 years ago | 2 answers | 0

2

answers