Statistica
0 Domande
52 Risposte
RANK
2.443
of 295.495
REPUTAZIONE
24
CONTRIBUTI
0 Domande
52 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
5
RANK
of 153.991
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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....
oltre un anno fa | 0
| accettato
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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 0
| accettato
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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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 ...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 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 ...
oltre un anno fa | 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....
oltre un anno fa | 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...
oltre un anno fa | 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...
oltre un anno fa | 0