Community Profile

photo

Swatantra Mahato

Last seen: 8 months ago Active since 2019

Statistics

All
  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • 3 Month Streak
  • Revival Level 2
  • First Answer
  • Introduction to MATLAB Master
  • Solver

View badges

Content Feed

View by

Answered
How to send and receive serial (UART) data on BeagleBone Black in Simulink
Hi Max, Currently there are no serial blocks in the Simulink support package for BBB to support serial communication using BB...

2 years ago | 0

Answered
Error using deep learning custom recurrent layer: Illegal attribute 'State'.
Hi Rebecca, The feature to "Define stateful custom layers" used in the example "Define Custom Recurrent Deep Learning Layer" ...

2 years ago | 0

| accepted

Answered
Matlab and Simulink support for Deepwave Air-T
Hi Sumanth, You can refer the following documentation link as a starting point to target a custom board https://www.mathwork...

2 years ago | 0

Answered
MathWorks Raspbian image (mathworks_raspbian_R21.1.0.zip) does not contain ROS installation
Hi Muhammad, I was able to find ros installation in the 'mathworks_raspbian_R21.1.0' image from the github repository (it is ...

2 years ago | 0

| accepted

Answered
Embedded Coder Support Package for Xilinx Zynq Platform Failed to install
Hi, You can refer the following link for ways to resolve issues during installation of support packages https://www.mathwork...

2 years ago | 0

Answered
Simulink Error "Attempt to extract field 'p1' from 'mxArray'"
Hi Dave, The output of the extrinsic function 'fit' would be an mxArray, which is likely leading to the error when trying to ...

2 years ago | 0

Answered
How do I get my current systemtargetfile details using matlab command?
Hi Neelkanth, It is my understanding that you have a model in Simulink and want to get programatically the tlc file used in cod...

2 years ago | 0

Answered
Matlab Runtime For Matlab Library Compiler exported Python Library to Work on Jetpack(Nano,TX2)
Hi, It is my understanding that you are interested in deploying a file created by MATLAB Compiler onto a Jetson board. Accordi...

2 years ago | 0

Answered
Are there any advantage of using TLC over hook make_rtw_hook?
Hi, You can refer to the following documentation link for more information on STF_make_rtw_hook functions https://www.mathwo...

2 years ago | 1

| accepted

Answered
Errors compiling mex file with c++ and mysql in R2016b
Hi Marina, From my understanding of the initial warning and the following error messages, this looks like an issue caused by ...

2 years ago | 0

Answered
How to change values between two values in an array
Hi Jake, I am assuming you want to replace values in the array that occur between a 2 and 4, and those that occur between a 4...

2 years ago | 0

Answered
Embedded Coder support package for other Zynq platforms
Hi Kamil, You can refer the following answer to understand how to use a board other than those currently supported with the e...

2 years ago | 1

Answered
How can I read big-endian binary files with embedded coder?
Hi Ben, It is my understanding that you wish to be able to change the byte ordering of your input in a code generation settin...

2 years ago | 0

| accepted

Answered
Mexhost out of process crashed or destroyed outside of Matlab after 3 runs
Hi Kristen, This issue might be caused by a known bug where the MEX function out-of-process execution runs out of memory when...

2 years ago | 0

Answered
Retrieving elements of a cell array at regular set intervals
Hi, It is my understanding that you want to determine the number of elements in your array that meet a certain condition. In ...

2 years ago | 0

Answered
How to read and edit excel files in microsoft onecloud storage?
Hi, According to this answer, MATLAB should be able to interact with excel files in OneDrive cloud without issues provided th...

2 years ago | 0

Answered
problem of code of lsqnonlin GMM metrix.
Hi, Judging from the error message, it looks like the variable "congrothw" is not properly defined to use. The variable is pr...

2 years ago | 0

Answered
Unnormalized ACF from autocorr
Hi Avik, The documentation for "autocorr" mentions the algorithm used in calculating the autocorrelation. In particular, you ...

2 years ago | 0

Answered
Speech Command Recognition Code Generation on Raspberry Pi - HelperSpeechCommandRecognitionRasPi
Hi, The "HelperSpeechCommandRecognitionRasPi" function is present in the directory of the example "Speech Command Recognition...

2 years ago | 0

Answered
How to return a vector from C++ MEX to MATLAB?
Hi, Kindly refer to the following documentation link for examples on how to use arrays from a C++ mex file in MATLAB https:/...

2 years ago | 0

Answered
problems with not getting neon call using coder
Hi Barry, In addition to setting the hardware setting you also need to change the "Code Replacement Library" settings from "M...

2 years ago | 0

Answered
Fmincon requires SQP algorithm
Hi, It looks like the error shows up in the MATLAB Funciton Block. Kindly refer the following documentation link on how MATLA...

2 years ago | 0

| accepted

Answered
Error while compiling C code containing mex.h and mexFunction
Hi Rohan, It is my understanding that you want to create a standalone application using mex functions. You can create the app...

2 years ago | 0

Answered
Leaving a line after writing to an excel sheet
Hi Ketan, You can refer the examples in the documentation for the "writematrix" function to get started on writing matrices t...

3 years ago | 0

Answered
Hello everyone, I keep getting this warning "Matrix is close to singular or badly scaled" how can I fix it?
Hi Mohammad, You can also refer to the following answer for more information the warning https://www.mathworks.com/matlabcen...

3 years ago | 0

| accepted

Answered
Symbolic math toolbox: Obtaining real values from an expression of the form log(1-x)
Hi Alexander, As a workaround, you can define the exact expression as an assumption i.e., assumeAlso((1-A1)>0); you can the...

3 years ago | 0

| accepted

Answered
white background only in the video
Hi muhammad, Note that gcf opens an empty figure if a figure is not already open, in which case the empty figure would be cap...

3 years ago | 0

| accepted

Answered
Solve Error in Symbolic Matrix
Hi Ahmet, You can execute the following command (as mentioned under Limitations section for the "symmatrix" funciton) to find...

3 years ago | 0

| accepted

Answered
Could matlab use `nvprof` in cuda profiling?
Hi, I am assuming you want to profile the CUDA code generated in MATLAB. You can refer the link below for an example on how to ...

3 years ago | 0

Answered
How to add mcr cache path while deploying an application?
Hi Shambhavi, You can refer the link below for an example on how to include .mat files in the .exe executable generated from ...

3 years ago | 0

Load more