photo

Supraja

MathWorks

Last seen: 3 days 前 自 2023 起处于活动状态

Followers: 1   Following: 0

统计学

  • 6 Month Streak
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 1

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

| 已接受

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

| 已接受

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 1

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

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

1 year 前 | 0

加载更多