photo

Sharan Paramasivam Murugesan

MathWorks

2017년부터 활동

Followers: 0   Following: 0

메시지

I am an Application Support Engineer at Mathworks and Computer Science graduate by Education. My main interests are Object oriented programming, Intelligent systems.

통계학

  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How do I call an external function in Cody Coursework?
You can implement this function g() in a file, say, g.m and upload it in "Files Referenced" when creating a problem within the a...

6년 초과 전 | 2

| 수락됨

답변 있음
Get more antenna property calculations in one frequency sweep
Yes you can get impedance, returnLoss, sparameters, vswr; surface analyses include current and charge; and field analyses includ...

6년 초과 전 | 0

답변 있음
Simscape/Multibody Mechanical System with constant Torque/velocity
I believe this is a solver issue. Please try a different solver like ode23t which is a better solver for stiff systems.

6년 초과 전 | 0

답변 있음
How can I assign the actual value of a selected popup to my mask variables in Simulink 2017a?
Please refer to the accepted answer in the below MATLAB Answers post: <https://www.mathworks.com/matlabcentral/answers/95199-...

6년 초과 전 | 0

| 수락됨

답변 있음
Polyspace configuration: orange check
If you are using R2014a, then this is a bug. Refer to the below EBR for the workaround: <https://www.mathworks.com/support/bu...

6년 초과 전 | 1

답변 있음
Microstrip terminated with load impedance
The function circuit() is not to create a network, but to create a circuit that can only contain resistor, capacitor and inducto...

6년 초과 전 | 0

답변 있음
How can I simultaneously play and record from the same audio device?
1. Is your audio device capable of simultaneous playback and recording (Full duplex sound card)? 2. Following is an example o...

거의 7년 전 | 0

답변 있음
Why do the Stereo Camera position not correspond with the "TranslationofCamera2" values ?
The values that you are comparing are of different context in meaning and does not correspond to each other. The values you see ...

거의 7년 전 | 0

답변 있음
difference between STATEFLOW and PID?
Stateflow and PID are two completely different concepts. Stateflow is a product in MATLAB that helps in designing and simulating...

거의 7년 전 | 0

답변 있음
nnstart pattern reorganization : How to avoide removeconstantrows block use by the tool ?
You can manually remove the "removeconstantrows" from the preprocessing functions by setting the parameter "processFcns" for bot...

거의 7년 전 | 0

답변 있음
I'm designing a motor controller involving an attached encoder. My OS is windows 10. I attempted to upload the code to an Arduino DUE which generated the error below. How can I resolve this issue? Also see attachment.
Based on the type of S-function and how you want to generate code for that S-function, you might need a .tlc file. The following...

거의 7년 전 | 0

답변 있음
In simscapepowersystems_ST, which block (pi or distributed) is very accurate for modelling a cable with R, X and B (/km) given?
If by "unbalanced network" you mean the transmission line's parameters are different for each phase, you cannot use Pi Section L...

거의 7년 전 | 0

| 수락됨

답변 있음
How is the buffer block filled in an enabled subsystem?
The link you have mentioned actually explains the behavior of a buffer block inside an enabled subsystem. To explain further wit...

거의 7년 전 | 0

답변 있음
build quadrature mixers in simulink
The following link might help you <https://www.mathworks.com/help/simrf/ug/quadrature-mixers.html>

거의 7년 전 | 0

답변 있음
Search for all the Divide block in a subsystem and its children
1. Yes, find_system function will search only under the system you specify. 2. Use the option "RegExp" with value "on" i.e., ...

거의 7년 전 | 0

답변 있음
Why using rtwbuild in parallel is not recommended?
Model build generates several artifacts (e.g., several .mat files) for a model which are used in the code generation process. So...

거의 7년 전 | 0

| 수락됨

답변 있음
System Identification Toolbox - Improve fit
Which release of MATLAB are you using? Starting in R2016b, a new algorithm is used for faster and more accurate estimation.

거의 7년 전 | 0

답변 있음
How can I connect an impedance measurement block with a simscape system?
Unfortunately you cannnot. Impedance measurement block can only be used with Specialized technology blocks and cannot be used wi...

거의 7년 전 | 1

답변 있음
TI C2000 LAUNCHXL-F28027F with Simulink error
I suspect this could be due to build folder being inside "C:\Windows\System32". Try moving the build folder to any other folder,...

거의 7년 전 | 0

답변 있음
Does the Robotics System Toolbox support connecting two ROS master core with different ports?
Yes, it is possible to connect to two different ROS masters simultaneously from MATLAB. These two ROS masters do not share infor...

거의 7년 전 | 1

답변 있음
Is it possible to open multiple instances of 'Simulation Data Inspector' simulatneously?
It is not possible to open multiple instances of Simulation Data Inspector simultaneously. However, one of the main uses of SDI ...

거의 7년 전 | 0

| 수락됨

답변 있음
can't use compare for greybox model
You might want to do it manually by accessing the details from estimation report such as parameter values, initial conditions, a...

거의 7년 전 | 0

| 수락됨

답변 있음
Is it possible to have some form of licence for custom toolboxes?
Unfortunately, it is not possible to associate your custom toolboxes with a licensing system. One way to prevent users from view...

거의 7년 전 | 0

답변 있음
Run matlab parallel parpool.m in a python wrapper
This could be due to a bug in R2016a. Try the patch available at <https://www.mathworks.com/support/bugreports/1344615> I...

거의 7년 전 | 0

답변 있음
does state space model suffer from the local minimum issue?
Without giving initial conditions, the difference in behavior that you see is expected as providing an initial system might chan...

거의 7년 전 | 0

답변 있음
How to connect Raspberry Pi to ADC MCP 3008 using new SPI Simulink blocks?
SPI Register read/write blocks are meant for memory devices such as EEPROM. So in your case, following the example, <http:...

거의 7년 전 | 1

| 수락됨

답변 있음
'Gather' on tall array lasts forever
Validate your cluster profile. Refer to the documentation link for details: <https://www.mathworks.com/help/distcomp/discover-cl...

거의 7년 전 | 0

답변 있음
Segmenting Bone and Volume Rendering CT Datasets
Unfortunately the ability to work with Volume Viewer app programmatically or to manipulate the volume viewing axis via workspace...

거의 7년 전 | 0

| 수락됨