photo

Muhammad


Last seen: 3 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
2 Risposte

RANK
278.428
of 300.364

REPUTAZIONE
0

CONTRIBUTI
6 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risposto
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);

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0

| accettato

Domanda


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. ...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 2 anni fa | 2 risposte | 0

2

risposte