Statistiques
RANG
236 451
of 300 302
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 911
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 040
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseHow 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);
plus de 2 ans il y a | 0
Error in createLgraphUsingConnections
% lgraph = createLgraphUsingConnections(layers,connections) creates a layer % graph with the layers in the layer array |layers|...
plus de 2 ans il y a | 0
| A accepté
Question
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. ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 2 réponses | 0