![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14069527_1545486054489_DEF.jpg)
Shivam Gupta
Attivo dal 2019
Followers: 0 Following: 0
Statistica
All
RANK
3.123
of 297.016
REPUTAZIONE
18
CONTRIBUTI
0 Domande
8 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
3
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
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);...
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);...
quasi 6 anni fa | 1
Risposto
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...
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...
quasi 6 anni fa | 0
| accettato
Risposto
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...
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...
quasi 6 anni fa | 0
Risposto
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...
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...
quasi 6 anni fa | 2
| accettato
Risposto
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...
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...
quasi 6 anni fa | 0
Risposto
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...
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...
quasi 6 anni fa | 0
| accettato
Risposto
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...
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...
quasi 6 anni fa | 0
Risposto
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...
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...
circa 6 anni fa | 0