photo

Nihal Reddy

Actif depuis 2022

Followers: 0   Following: 0

I am an EDG Engineer at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks.

Programming Languages:
Python, C++, C, MATLAB, SQL
Spoken Languages:
English, Hindi, Marathi, Telugu

Statistiques

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
error while loading shared libraries: libmwlaunchermain.so: cannot open shared object file: No such file or directory
I understand the you facing the error "libmwlaunchermain.so: cannot open shared object file" while trying to to run an executabl...

plus d'un an il y a | 0

Réponse apportée
Why does MATLAB not recognize my Xcode 14.3 installation when running "mex -setup"?
I understand that the MATLAB is not recognizing the Xcode 14.3 installation when "mex -setup -v" command is executed. Please ...

plus d'un an il y a | 0

Réponse apportée
Matlab Code Assistance for Multistart or GA
I understand you require resources and reference examples for implementing MultiStart optimization technique in MATLAB. Pleas...

plus d'un an il y a | 0

Réponse apportée
I am getting the error 'Unrecognized function or variable 'ctfroot' when I try to invoke MATAB runtime R2019b
I understand you are getting "Unrecognized function or variable 'ctfroot'" error while invoking MATLAB Runtime. Please refer to...

plus d'un an il y a | 1

Réponse apportée
Error using nrPolarEncode Expected IN to be binary.
I understand you are facing an error while using the "nrPolarEncode" function. The syntax for the "nrPolarEncode" function is ...

plus d'un an il y a | 0

Réponse apportée
MaskRcnn error out of the box
I understand you are facing an error while trying to create a "maskrcnn" object. Generally, the error message encountered by yo...

plus d'un an il y a | 0

Réponse apportée
Errore in Creation of a Datastream Object
I understand you are getting an error while creating a "datastreamws" connection object. You can refer to the following sample ...

plus d'un an il y a | 0

| A accepté

Réponse apportée
Error while compiling YOLOv3
I understand you are getting the "foundation::storage::vfs::Exception" error when using "mcc" command from MATLAB Compiler. T...

plus d'un an il y a | 0

Réponse apportée
Error when trying to perform TransferLearning with Yolov4 Object Detector: The network predicted invalid bounding boxes during training. Try reducing the learning rate.
I understand you are getting an error when executing "trainYOLOv4ObjectDetector()" function and want to know the reason behind i...

plus d'un an il y a | 2

| A accepté

Réponse apportée
Where can I find the dependency files for creating the example RoadRunner-Matlab User-Defined Action: Design Vehicle Following User-Defined Actions Scenario in RoadRunner
I understand you are not able to locate files required to simulate the User-Defined Action Scenario example in RoadRunner. Firs...

plus d'un an il y a | 0

Réponse apportée
Is it possible to combine two different classes in a trained network?
I understand you want to combine two different classes to one single class when classifying an image using the nerual network. ...

plus d'un an il y a | 0

Réponse apportée
Loading saved model from keras importer
I understand you are getting an error while trying to import model using Keras importer in MATLAB R2022b. The error message is ...

plus d'un an il y a | 0

Réponse apportée
How to find F1 Score, accuracy, cross entropy, precision, recall using different classifiers
I understand you want to compare different classifiers based on metrics like accuracy, F1, cross entropy, recall, precision on y...

plus d'un an il y a | 0

Réponse apportée
how do I use PCA on a 22*25 matrix?
I understand you want to apply Principal Component Analysis(PCA) on features extracted from the images. You can achieve this by ...

plus d'un an il y a | 0

Réponse apportée
Bluetooth scanning error in Windows 11 solutions?
As of R2023a, the Bluetooth® Low Energy feature is not officially supported on Windows11. See the below relevant docs: https://...

plus d'un an il y a | 0

| A accepté

Réponse apportée
y-axis font size won't reduce when saved as .jpeg
I understand that the font size of the y axis in the figure is not consistent when it is saved as the JPEG image. Use the "save...

plus d'un an il y a | 0

Réponse apportée
Stack multiple 2D images to single image
I understand you want to stack mulitple 2D images on different Z axis positions in a single image. Refer to the following MATLAB...

plus d'un an il y a | 0

Réponse apportée
How to solve the following add-ons installation error: 'Installation Folder Error. This folder name is invalid.'
I understand you are facing an error while trying to install support package from the Add-Ons Explorer. Enter the following com...

plus d'un an il y a | 0

Réponse apportée
Cannot install Toolbox (Control System Toolbox) because I click on Sign in to Install and it loads forever
I understand you are facing issues while trying to install Control System Toolbox from the Add-On Explorer. You can try the foll...

plus d'un an il y a | 0

Réponse apportée
三次插值方法makima、spline和pchip各有什么不同?
I understand you want to know about cubic interpolation methods "makima", "spline" and "pchip" and differences between them. Pl...

plus d'un an il y a | 0

Réponse apportée
python import: dll or dependecies not found from Matlab environment
I understand you are facing errors at the import statements in your python script while calling it from MATLAB. Issues with MATL...

plus d'un an il y a | 1

| A accepté

Réponse apportée
Deep Learning Toolbox Error at start
I understand that you are facing an error while running the "nftool" command. This is mostly likely an issue with your MATLAB in...

plus d'un an il y a | 0

Réponse apportée
Matlab Engine for Python: Import Error: cannot import name "double" from "mlarray"
This is likely due to MATLAB Engine not being installed correctly. Please see the below documentation references: https://www.m...

plus d'un an il y a | 0

Réponse apportée
Find the mean from a mat file
First you need to use indexing to index the monthly data. Then use the "mean" function to find the mean monthly temperature, "mi...

plus d'un an il y a | 0

Réponse apportée
How to create an ANN regression model with multiple vectors as input and multiple vectors as output?
I understand you want to create an ANN regression model where each input and output is a vector. You can achieve this using the ...

plus d'un an il y a | 0

Réponse apportée
Can Someone share their YOLO V3 or V4 with multiple classes.
I understand that you want to train YOLO v3 or YOLO v4 on a dataset with multiple classes. In case of multiple classes data can ...

plus d'un an il y a | 0

Réponse apportée
How to implement the matrix multiplication in MATLAB simscape?
According to my understanding you want to implement the matrix multiplication in Simscape model. For this pupose of matrix multi...

plus d'un an il y a | 0

Réponse apportée
Window size of uigetfile in Ubuntu
The size of the window generated by calling the "uigetfile" function is an operating system preference. Please try the followi...

plus d'un an il y a | 0

Réponse apportée
how do I compare two variables
I am assuming you want to check whether two variables are equal or not. For that purpose you can use the 'isequal' function whic...

plus d'un an il y a | 0

Réponse apportée
The ability to generate a Contents report appears to be unavailable in 2022b - is this the case ?
Contents Report has been intentionally removed from the Current Folder Browser context menu in R2022b because our data showed th...

plus d'un an il y a | 1

| A accepté

Charger plus