photo

T.Nikhil kumar


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
89 Réponses

RANG
1 226
of 300 338

RÉPUTATION
60

CONTRIBUTIONS
0 Questions
89 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
14

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 149

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

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How can I convert base64 encoded data URL to a PNG image?
Hello David, I understand that you are looking for a way to convert your image in form of base64 data to a PNG/JPEG. I would s...

plus d'un an il y a | 0

| A accepté

Réponse apportée
App Designer DropDown Menu cannot select the first item
Hello Maura, I get that you want to be able to call the ‘ValueChangedFcn’ when clicking on the default selected item in the dro...

plus d'un an il y a | 0

Réponse apportée
Changing a Drop Down component items via a string.
Hello Hannan, I understand that you want to change the items of a dropdown in your app with a string array present in another v...

plus d'un an il y a | 0

Réponse apportée
Keyboard shortcut for a figure's Edit->Copy figure option
Hello Mahaju, I get that you are looking for keyboard shortcuts for "Edit->Copy Figure" and "Edit->copy options..." options to ...

plus d'un an il y a | 0

Réponse apportée
How do I export my app to a pdf without clipping?
Hello David, As per your question, I get that you’re trying to export your app to a pdf file using the ‘exportApp’ function, ...

plus d'un an il y a | 0

| A accepté

Réponse apportée
How to evaluate Trained detector on test dataset?
Hello Drov, I understand that you are trying to test a detector network on a custom dataset using the ‘detect’ function. The e...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Error using trainingOptions (line 269) The value of 'ValidationData' is invalid. The datastore used for 'ValidationData' must return a 2-column table or an M-by-2 cell array.
Hello, The error message states that the ‘ValidationData’ parameter in the ‘trainingOptions’ function expects the validation da...

plus d'un an il y a | 0

Réponse apportée
Embedding word document into pdf Report
Hello Francesco, I get that you are trying to embed a .docx document into your .pdf report created with report generator. As ...

plus d'un an il y a | 0

Réponse apportée
trainYOLOv​2ObjectDet​ector validation option
Hello Andrea, I assume that you’re looking to specify validation data to validate the network at regular intervals during t...

plus d'un an il y a | 0

Réponse apportée
trainNetwork Error in line 170. Unexpected image size
Hello Eline, It appears that you want to train AlexNet on your own dataset but are facing an error with the images. The error ...

plus d'un an il y a | 0

Réponse apportée
Error in imread function
Hello Dewandra, I understand that you are facing an error with the ‘imread’ function. I tried running your code with a folder ...

plus d'un an il y a | 0

Réponse apportée
Drop down controls not displaying their default values when live script is run
Hello Paul, From what I understand, you want to set the dropdowns to their default values each time you run the script. Curren...

plus d'un an il y a | 0

Réponse apportée
facing a error while implementing the HDL?
Hello aijaz, I get that you are trying to generate HDL code from your Simulink model and are facing an error with one of the bl...

plus d'un an il y a | 0

Réponse apportée
How to import dataset in deep network designer for a signal ? (Using 2021b )
Hello bhvain, It appears that you want to design 1D CNN using deep network designer and train it with your data which is in the...

plus d'un an il y a | 0

Réponse apportée
getting error while making rcnn.mat file on my dataset
Hello Rimsha, I can see that you are facing an error with layer names while combining your base network with custom RCNN layers...

plus d'un an il y a | 0

Réponse apportée
how change information Date Picker
Hello Luca, I understand that you want to ensure consistency between the tooltip of the date picker and its ‘DisplayFormat’. ...

plus d'un an il y a | 0

Réponse apportée
Invalid Transform function defined on data store.
Hello Hamza, It appears that you are facing an invalid bounding box error while training a Faster RCNN network with your custom...

plus d'un an il y a | 1

Réponse apportée
training Object Detector AI with multiple ground truth objects, where each gTruth object might have a different datasource.
Hello William, I understand that you are trying to use ground truth data from different sources and different labels to train a...

plus d'un an il y a | 0

Réponse apportée
Index exceeds the number of array elements (interation)
Hello Jaevon, I can see that you are facing an error about index exceeding the number of elements while working with an array. ...

plus d'un an il y a | 0

Réponse apportée
How to save video from frame
Hello Marco, It appears that you want to save the resized frames of a video (video.mp4) into another video (vid_resize.mp4). I...

plus d'un an il y a | 0

Réponse apportée
Video player not showing using videoReader function
Hello, As per your question, I get that you’re trying to play a video based on the value of the ‘output_lang’ variable but are ...

plus d'un an il y a | 0

Réponse apportée
Simulink Export Variable List
Hello Semaj, Based on your question, I can comprehend that you want to obtain a list of a Simulink block's inputs and outputs...

plus d'un an il y a | 0

Réponse apportée
Turning off middle click paste on Linux?
Hello Wouter, I acknowledge that you’re looking for a setting for middle-click-paste in Linux that can be turned off by users. ...

plus d'un an il y a | 0

Réponse apportée
issue with App Designer and WindowButtonDown callback
Hello Thomas, I acknowledge that you are unable to know your cursor’s position after creating a ‘ButtonDownFcn’ callback. I wo...

plus d'un an il y a | 0

Réponse apportée
how to change name of simulink blocks through matlab code
Hello Vibhu, I get that you are trying to rename the blocks in your Simulink model using a MATLAB script. Based on your code, h...

plus d'un an il y a | 0

Réponse apportée
Convert Simulink model into MATLAB algorithm
Hello Tanusree, According to my knowledge, I do not think it is possible to get MATLAB code for a Simulink Model. Generating e...

plus d'un an il y a | 0

Réponse apportée
Customise test report generated by matlab.unittest.TestCase.generatePDFReport method
Hello Harish, As of today, I think the ‘generatePDFReport’ method in MATLAB does not support the inclusion of custom content su...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Creating mask Datastore for Mask R-CNN
Hi Bryce, According to the documentation you’re following, the next step for you is to create an ‘imageDatastore’ that reads ...

plus d'un an il y a | 2

| A accepté

Réponse apportée
selectionChangedFcn repeatedly called after mouse click and key presses
Hello Roberto, According to the code, you have created a figure with two radio buttons inside a button group. When a user pre...

plus d'un an il y a | 0

Réponse apportée
Training option ExecutionEnvironment = "parallel" does not work with trainMaskRCNN.
Hello David, I understand that you want to set the ‘ExecutionEnvironment’ to ‘parallel’ for training your Mask RCNN model but a...

presque 2 ans il y a | 0

Charger plus