統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,279
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I want to transmit an image using Simulink and USRP
function msg = genMsg %#codegen persistent msgBinRows msgBinCols msgBin; coder.extrinsic('imread'); % count; if isempt...
13年弱 前 | 1 件の回答 | 0
1
回答質問
help for using simulink and usrp
I want transmit an image using Simulink and USRP. I have the following code %if true function msg = genMsg persistent im...
13年弱 前 | 1 件の回答 | 0
1
回答質問
Hi, I want to transmit an image using Simulink and USRP. I have the following code. But when I run this code, MATLAB produces following error. How can ı fix this problem?
function msg = genMsg %#codegen persistent imgmatRows imgmatCols imgvec msgBin msgBinRows msgBinCols msgTmp; coder.extrinsi...
13年弱 前 | 0 件の回答 | 0
