
Apeksha Bagrecha
MathWorks
I am in engineering development group working under control design automation team.
C++
Professional Interests:
C with MATLAB, C++ with MATLAB, HDL Coder, SystemC Code Generation from MATLAB
Statistics
0 Questions
13 Answers
RANK
2,141
of 276,172
REPUTATION
22
CONTRIBUTIONS
0 Questions
13 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 18,592
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 125,905
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Design of band pass filter using pole zero method
It’s also not trivial. See: Wai-Kai Chen Passive and Active Filters — Theory and Implementations Wiley 1986 ISBN 0-471-82352-X.
4 months ago | 0
How do I read data and have Matlab put it in a table data structure
Please refer to the below document and confirm whether it helps you Table array with named variables that can contain different...
4 months ago | 0
Index exceeds the number of array elements. Index must not exceed 0.
From the error message "Index exceeds the number of array element (0)", it seems that target PC settings are corrupted. Execute ...
6 months ago | 0
How to use 'featureInputLayer' in CNN?
Try to refer this below link, it might help you Feature input layer - MATLAB - MathWorks India
6 months ago | 0
How to show Stateflow States in sequence diagrams in System Composer
At the moment this feature is not available. An enhancement request has been raised to make the developers aware of this. The de...
6 months ago | 0
| accepted
Why a Matlab function is faster than the corresponding MEX?
It is important to remember that under the hood, a MEX file is simply a function that calls a C/C++ (or sometimes Fortran) subro...
6 months ago | 4
| accepted
How can i convert symbolic sin function to cos
Please refer to this link: How can I convert a symbolic expression to one suited for use by the ODExx commands in Symbolic toolb...
6 months ago | 0
Adding text at the specified coordinates on the geoglobe and filling the space between the lines geoplot3
If you have the Computer Vision System Toolbox, you can use the "insertText" function: For example: I = imread('peppers.png');...
6 months ago | 0
Failed:Code generation information file does not exist.
This is expected behavior and means that the code was generated because it had not been generated prior to the build. There shou...
6 months ago | 0
How to make the resolution for a spectrogram higher
Possible workarounds to this issue are provided below: 1) Open your script as a Live Script and export it as an HTML or other f...
6 months ago | 0
Could somebody help me to implement an algorithm with stateflow?
The idea would be to retain the information of the variables in a state between time steps and then use that information to add ...
6 months ago | 1
how to modify weights of each square error in the SSE objective function of lsqcurvefit ?
Here is an example to depict how to use weights, explaining how using the "lsqnonlin" function instead of the "lsqcurvefit" will...
6 months ago | 0
| accepted
Error while generating raspberry code
These are the few things you can try to resolve the issue: If the directory exists, ensure that there are no spaces in the pat...
6 months ago | 0