Community Profile

photo

Swatantra Mahato

Last seen: 9 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

A répondu
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...

plus de 2 ans il y a | 0

A répondu
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" ...

plus de 2 ans il y a | 0

| A accepté

A répondu
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...

plus de 2 ans il y a | 0

A répondu
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 ...

plus de 2 ans il y a | 0

| A accepté

A répondu
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...

plus de 2 ans il y a | 0

A répondu
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 ...

plus de 2 ans il y a | 0

A répondu
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...

plus de 2 ans il y a | 0

A répondu
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...

plus de 2 ans il y a | 0

A répondu
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...

plus de 2 ans il y a | 1

| A accepté

A répondu
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 ...

plus de 2 ans il y a | 0

A répondu
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...

plus de 2 ans il y a | 0

A répondu
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...

plus de 2 ans il y a | 1

A répondu
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...

presque 3 ans il y a | 0

| A accepté

A répondu
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...

presque 3 ans il y a | 0

A répondu
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 ...

presque 3 ans il y a | 0

A répondu
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...

presque 3 ans il y a | 0

A répondu
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...

presque 3 ans il y a | 0

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

presque 3 ans il y a | 0

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

presque 3 ans il y a | 0

A répondu
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:/...

presque 3 ans il y a | 0

A répondu
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...

presque 3 ans il y a | 0

A répondu
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...

presque 3 ans il y a | 0

| A accepté

A répondu
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...

presque 3 ans il y a | 0

A répondu
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...

presque 3 ans il y a | 0

A répondu
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...

presque 3 ans il y a | 0

| A accepté

A répondu
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...

presque 3 ans il y a | 0

| A accepté

A répondu
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...

presque 3 ans il y a | 0

| A accepté

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

presque 3 ans il y a | 0

| A accepté

A répondu
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 ...

presque 3 ans il y a | 0

A répondu
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 ...

presque 3 ans il y a | 0

Charger plus