Community Profile

photo

Bijoy


Active since 2013

I am bijoy

Statistics

  • Thankful Level 1

View badges

Content Feed

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...

11 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" ...

11 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...

11 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...

11 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; ...

11 years ago | 2 answers | 0

2

answers