Community Profile

photo

Swatantra Mahato

Last seen: 8 Monate vor Aktiv seit 2019

Statistiken

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

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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" ...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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 ...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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 ...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 1

| akzeptiert

Beantwortet
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 ...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 1

Beantwortet
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...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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 ...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

Beantwortet
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:/...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

Beantwortet
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...

mehr als 2 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 3 Jahre vor | 0

| akzeptiert

Beantwortet
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...

fast 3 Jahre vor | 0

| akzeptiert

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

fast 3 Jahre vor | 0

| akzeptiert

Beantwortet
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 ...

fast 3 Jahre vor | 0

Beantwortet
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 ...

fast 3 Jahre vor | 0

Mehr laden