photo

Shivam Gupta


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
8 Réponses

Cody

0 Problèmes
53 Solutions

RANG
3 175
of 300 392

RÉPUTATION
18

CONTRIBUTIONS
0 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
3

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
11 080
of 168 373

CONTRIBUTIONS
0 Problèmes
53 Solutions

SCORE
540

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Extracting data from ROI an IR image and discarding other pixels
You can extract pixel data of a particular region by using IMCROP function. For example, I= imread('example.png'); imshow(I);...

plus de 6 ans il y a | 1

Réponse apportée
How can we use splitEachLabel for augmented image datastores?
splitEachLabel function splits ImageDatastore labels by proportion. As you have augumented the image data store into augmentedIm...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Alternative to convhulln() function for code generation in Simulink?
At the link below you can find a complete list of the functions and objects supported for C/C++ code generation as of R2018b. h...

plus de 6 ans il y a | 0

Réponse apportée
Apply non-image data to CNN
You can read in your data using the function "imageDatastore" with a custom read function. For example, nonImageData = image...

plus de 6 ans il y a | 2

| A accepté

Réponse apportée
The lookup method: Linear_Extrap is not supported for code generation.
To workaround this issue, you can use INTERP1 function with the 'extrapolate' option. For more information, see: https://i...

plus de 6 ans il y a | 0

Réponse apportée
Play a sound at certain frequency and recording it simultaneously
To simultaneously play and record: Create the audioPlayerRecorder object and set its properties. Call the object with argument...

plus de 6 ans il y a | 0

| A accepté

Réponse apportée
Can I import the CANape .mdf / .mf4 data to System identification tool? How?
Try organizing the data into variables of MATLAB Workspace. Then, import it in the System Identification app. For more informat...

plus de 6 ans il y a | 0

Réponse apportée
Simulink can not work with islocalmax
Use PeakFinder Block to find maxima. Input is constant block which contain vibration data Find Maxima Output the number of e...

plus de 6 ans il y a | 0