Community Profile

photo

Supraja

MathWorks

Last seen: 2 månader ago Active since 2023

Statistics

  • 6 Month Streak
  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Linspace to logspace smoothing
You can improve you code efficiency by sorting the data and then passing it to the “interp1” function. You can also use “smo...

8 månader ago | 0

Answered
How can I create an OFDM signal with set subcarrier spacing
I understand that you want to generate the OFDM signal with its parameters. You can go through the documentation link of the O...

8 månader ago | 0

Answered
How to extract a 2D surface from a 3D data set?
I understand that you want to convert your coordinates to cylindrical then remove the radial component from it. To convert th...

8 månader ago | 1

Answered
Reading data from ATI 6 axis F/T Sensor System sensor through comport and giving commands to the sensor
Waiting time to complete a read or write operation, specified as a double. You configure Timeout to be the maximum time (in seco...

8 månader ago | 0

Answered
how to integrate xbee S2c zigbee with matlab?
Yes, it is possible to integrate the xbee S2c with MATLAB using the “Support Package for Arduino”. To convert the digital to...

8 månader ago | 0

Answered
Normalisation through MMSE Equalizer
You can refer to these documentation links of MMSE Equaliser: https://www.mathworks.com/help/lte/ref/lteequalizemmse.html?sear...

8 månader ago | 0

Answered
Stereo Camera Calibration does not find checkerboard pattern
The error message “no checkerboard pattern was found” usually occurs when the input image is not able to detect the checkerboard...

8 månader ago | 0

Answered
Problem generating C2000 Block set code
Check for code generation settings and ensure that the target language, target hardware and other code generation settings are s...

8 månader ago | 0

Answered
I want to simulate Motor output WRT throttle
To get started on simulating motor output w.r.t throttle, you can follow the below documentation links: https://www.mathworks....

8 månader ago | 0

| accepted

Answered
Using the niftiinfo and niftiread functions, are people getting incorrect values for CT images?
The user is getting wrong output while using “niftiinfo” and “niftiread” function. If you do not specify a file extension, the...

8 månader ago | 0

Answered
Spring motion without extension in Simscape
I understand that you want to convert hydraulic power to translational motion in Simscape. Have a look at this model which is...

8 månader ago | 0

Answered
Device Driver Block BUS output from C++ map
When using “coder.ceval” in MATLAB, the function being called should have a C-compatible signature and return type. If your func...

8 månader ago | 0

Answered
How to use CPU timer in Simulink for C2000/TMS320F2837xD
To introduce real time specific delays to your model you can use “delay block”. This block is used to introduce time delays acco...

8 månader ago | 0

Answered
Eliminate vertices from surface plot
I understand that you want to remove the lines which indicate the increasing values of AA. You can use the ‘diff’ function in...

8 månader ago | 0

| accepted

Answered
How to detect number of rotations in a trajectory?
I understand that you want to count the number of rotations based on the x and y coordinates. You can use functions “cross” a...

8 månader ago | 0

Answered
Problem arises during the use of statistics and machine learning tool box
You can use the “Initialization function” to initialize parameters and environment settings that are specific to the model. You...

8 månader ago | 0

Answered
Receiving a signal with Phased Array
To convert a matrix into an actual signal, the matrix elements can be considered as the magnitude of the signal over time. You c...

10 månader ago | 0

Answered
Can't use pca() function - Error using statset No default options available for the function 'pca'.
Your code is working fine when I tried to run at my end given that your values for p, x and n are correct. Please find the doc...

10 månader ago | 0

Answered
Active Noise control with Reinforcement Learning
I understand that you want to use multiple microphones as input and loudspeaker as an output in TSM320C6748. You can try the fol...

10 månader ago | 0

Answered
Circularity Metric using regionprops
I understand that you want to find the circularity of the image. You can try the following code: % Load the image and con...

10 månader ago | 0

Answered
Use DS3502 digital potentiometer with Arduino support package
You can use the writeDigitalPin function to write into the device of the Arduino. The syntax of the function is: writeDigitalPin...

10 månader ago | 0

Answered
Sun Vector on satelliteScenario
Here are the documentation links to display the sun vector. Sun-Planet Function:https://www.mathworks.com/help/sdl/ref/sunplane...

10 månader ago | 0

Answered
Geometry import to PDE toolbox -pdegplot(model, 'FaceLabels', 'on') does not show face labels
Check your geometry to see if there are overlapping regions or open boundaries. If there are any, try to fix them by separating ...

10 månader ago | 0

Answered
internalHeatSource in 2D, 3D, and axisymmetric PDE
I understand that you want to differentiate between the inputs of the “internalHeatSource” Assignment Properties of 2D and 3D si...

10 månader ago | 0

Answered
Scope display 0 when no signal
The scope block default value is set to 0 when no signal is given as an input to it. However it will change the value accordingl...

10 månader ago | 0

Answered
LUT based PMSM control reference ; Vdc input method
Since your battery voltage changes with respect to the State of Charge (SOC) of the battery, it is recommended to use the "Input...

10 månader ago | 1

Answered
Using Ld and Lq inductance values for IPMSM
Assuming that you want to implement FOC using ipmsm. You can use Ld and Lq I understand that you want to implement IPMSM using ...

11 månader ago | 0

Answered
Having difficulty plotting a robot in a patch plot, robot plot is correctly plotted but when added after hold on statement in patch plot, it is not plotted correctly.
After you hold on you can do ax = gca; set(ax, 'XLimMode', 'auto', 'YLimMode', 'auto') before you draw the new items....

11 månader ago | 0

Answered
How can I get US dry land border coordinates(Lat. and Lon)?
You can use this function to create your plot:https://www.mathworks.com/matlabcentral/fileexchange/48661-landmask?s_tid=srchtitl...

11 månader ago | 0

Answered
Circuit breaker with real time delay of switching and temperature influence ...
You can use MOSFET and Diode for a circuit breaker. You can change the temperature and resistance according to your need. I am...

11 månader ago | 0

Load more