photo

Muhammad


Last seen: 2 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
2 个回答

排名
188,873
of 300,137

声誉
0

贡献数
6 个提问
2 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,878

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,493

贡献数
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...

1 year 前 | 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 ...

2 years 前 | 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...

2 years 前 | 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);

2 years 前 | 0

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

2 years 前 | 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. ...

2 years 前 | 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...

2 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答