統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,957
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
11年以上 前 | 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" ...
11年以上 前 | 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...
11年以上 前 | 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...
11年以上 前 | 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; ...
11年以上 前 | 2 件の回答 | 0