Nihal Reddy
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.
Python, C++, C, MATLAB, SQL
Spoken Languages:
English, Hindi, Marathi, Telugu
Estadística
0 Preguntas
37 Respuestas
CLASIFICACIÓN
1.509
of 295.527
REPUTACIÓN
44
CONTRIBUCIONES
0 Preguntas
37 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
Matlab Code Assistance for Multistart or GA
I understand you require resources and reference examples for implementing MultiStart optimization technique in MATLAB. Pleas...
más de 1 año hace | 0
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...
más de 1 año hace | 1
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 ...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
| aceptada
Error while compiling YOLOv3
I understand you are getting the "foundation::storage::vfs::Exception" error when using "mcc" command from MATLAB Compiler. T...
más de 1 año hace | 0
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...
más de 1 año hace | 2
| aceptada
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...
más de 1 año hace | 0
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. ...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
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://...
casi 2 años hace | 0
| aceptada
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...
casi 2 años hace | 0
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...
casi 2 años hace | 0
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...
casi 2 años hace | 0
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...
casi 2 años hace | 0
三次插值方法makima、spline和pchip各有什么不同?
I understand you want to know about cubic interpolation methods "makima", "spline" and "pchip" and differences between them. Pl...
casi 2 años hace | 0
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...
casi 2 años hace | 1
| aceptada
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...
casi 2 años hace | 0
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...
casi 2 años hace | 0
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...
casi 2 años hace | 0
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 ...
casi 2 años hace | 0
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 ...
casi 2 años hace | 0
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...
casi 2 años hace | 0
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...
casi 2 años hace | 0
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...
casi 2 años hace | 0
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...
casi 2 años hace | 1
| aceptada