Shivam Gupta
Followers: 0 Following: 0
Estadística
0 Preguntas
8 Respuestas
0 Problemas
53 Soluciones
CLASIFICACIÓN
3.092
of 295.673
REPUTACIÓN
18
CONTRIBUCIONES
0 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
9.768
of 154.257
CONTRIBUCIONES
0 Problemas
53 Soluciones
PUNTUACIÓN
540
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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);...
más de 5 años hace | 1
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...
más de 5 años hace | 0
| aceptada
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...
más de 5 años hace | 0
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...
más de 5 años hace | 2
| aceptada
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...
más de 5 años hace | 0
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...
más de 5 años hace | 0
| aceptada
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...
más de 5 años hace | 0
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...
casi 6 años hace | 0