Community Profile

photo

Swatantra Mahato

Last seen: 9 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

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

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 1

| 已接受

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 1

已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

已回答
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 ...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

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

3 years 前 | 0

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

3 years 前 | 0

已回答
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:/...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

| 已接受

已回答
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...

3 years 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

已回答
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 前 | 0

加载更多