Sukrut Tamhankar
MathWorks
Followers: 0 Following: 0
Statistics
RANK
7,669
of 295,467
REPUTATION
6
CONTRIBUTIONS
0 Questions
13 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to capture code coverage for c2000 project in PiL mode?
This issue in Evaluating PostCodeGenCommand specified in the model is probably due to corrupted files in the 'thirdpartytools' ...
4 years ago | 0
Error on install ARM Compute Library
To generate code for Raspberry Pi using MATLAB Support Package for Raspberry Pi Hardware, you should set the environment variabl...
4 years ago | 0
scope signal with negative value
You can use the "xlim" function to set the x-axis limits such as: xlim([-100 50]) Please refer to the below documentation link...
4 years ago | 0
Converter equation/circuit - simulink
In order to model mathematical equation or set of equations in Simulink, please refer to the below documentation links: https:/...
4 years ago | 0
Pause() function is not working as a standalone app, however it works from the appdesigner window
If you are using pause function in the callback of your app in order to debug your function and if you wish to pause on errors, ...
4 years ago | 0
How to use Matlab Toolbox commands in S-Function
Please refer the below MATLAB Answer link for more information regarding this error message and possible workarounds: https://w...
4 years ago | 0
How can i get simscape electronics library? in R2017b
From MATLAB R2018b onwards, Simscape Electronics and Simscape Power Systems libraries are combined into "Simscape Electrical" li...
4 years ago | 0
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years ago
How to Generate.dll file without C or C++ code?
Please refer the following MATLAB Answer link which addresses the similar query: https://www.mathworks.com/matlabcentral/answer...
4 years ago | 1
| accepted
GPIO Block in Embedded Coder Support Package for TI C2000 Processors has pins only till GPIO34
Please refer to the section "9.9.10 General-Purpose Input/Output (GPIO) MUX" in the following datasheet: https://www.ti.com/lit...
4 years ago | 0
Matlab 2019a Licence error
Please refer to the following MATLAB Answer link which explains more about resolving this error message: https://www.mathworks....
4 years ago | 0
Hr_type3 function in matlab
Hr_Type3() is not an in-built function in MATLAB for FIR Filter design. Hence, before directly calling this function, you need t...
4 years ago | 0
unable read any ".xlsx" or ".xls" data
As per my understanding, you are expecting to edit excel file from the MATLAB directly. Please refer the following example which...
4 years ago | 0
Build error: C compiler produced errors. See the Build Log for further details.
The error "unknown type name" occurs sometimes in the compilation for some of the structures or enumerations. If these are prop...
4 years ago | 0