Feeds
질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 3 | 0
3
답변질문
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년 초과 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 2 | 0
