Muhammad - MATLAB Central
photo

Muhammad


Last seen: 2ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 05/23 to 03/25Use left and right arrows to move selectionFrom 05/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
2 回答

ランク
183,627
of 297,716

評判
0

コントリビューション
6 質問
2 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,428

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • First Answer

バッジを表示

Feeds

表示方法

質問


I can't detect USRP X310 with UBX-160 Daughter board in MATLAB.
I am trying to connect USRP X310 with daughter board of UBX-160 with MATLAB 2024a. I tried Wireless Testbench™ Support Package f...

10ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Reshape 2d Array into 3d Array
I have a 150-by-2 array. I want to reshape into 10-by-10-by-3. m = [1:150 ; 151:300]; I want the output like m(:,:,1) [1 ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Load Signal Data from mat files for Training of neural network
I have a dataset of signals with n*2 dimension. I want to make a datastore for it by assigning the labels from the sources. I ha...

1年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to apply a trained CNN model on a test image set for prediction of its classes and obtaining test accuracy
You can simply load the model and then apply prediction. [predictions, ~] = classify(model, imdsTest);

1年以上 前 | 0

回答済み
Error in createLgraphUsingConnections
% lgraph = createLgraphUsingConnections(layers,connections) creates a layer % graph with the layers in the layer array |layers|...

1年以上 前 | 0

| 採用済み

質問


Corp Image using Bounding Box
I have image which is attached. I am calculating the bounding box around each object (colored area) and then crop that region. ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to Convert a 3D Matrix into Cell Array of Desire Dimension
I have a matrix of N x M x Z 3D matrix. Where N x M is 2 x 100 and Z is 500. I want to convert it into cell array of Z x 1 ( 500...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Error in createLgraphUsingConnections
I am trying to implement Deep Learning model with my dataset and doing tranfer learning. When I run the given code below: Numb...

2年弱 前 | 2 件の回答 | 0

2

回答