已回答
Visualization of 3D DCT coefficients image
Hi @ysm ony, As I see you are looking to visualize 3D DCT coefficients which can be achieved using the "scatter3" function alo...

9 months 前 | 0

| 已接受

已回答
Is it possible to run asbQuadcopter simulation by making all variables double?
Hi @Jerico Manalo, In the "asbQuadcopter " example, to change the computation to "double" precision, you might need to modify t...

9 months 前 | 0

已回答
using a dpigen with a mexfile inside it
Hi @nadav, I see that you are looking to include external C/C++ function calls compiled as a MEX file for standalone code gener...

9 months 前 | 0

已回答
SSH coonection to raspberry pi not working
Hi @Gurkirat, As I see, you are unable to connect to the Raspberry Pi configured through SSH from MATLAB. Here is a set of debu...

9 months 前 | 0

已回答
Issue with receiving BLE notifications in Matlab
Hi @Anton, As I see, you are looking to optimize the latency of the callback "processNewStreamData" which processes "ble" notif...

9 months 前 | 0

已回答
I want to generate the Peanocurve by table driven method
Hi @Anjan JB, Here is useful file-exchange submission that generates peanocurve's for a given order: https://www.mathworks.com...

9 months 前 | 2

已回答
i need help with plotting a phase diagram for the TVMS of a planetary gear set.
Hi @Adilah Ahmed, As I understand it, you are looking to plot the phase diagram using the available stiffness data while highli...

9 months 前 | 0

已回答
Need help implementing MATLAB-based P&O MPPT algorithm on a microcontroller for PWM generation and integration with a DC-DC buck converter design.
Hi @Zeynep Deniz Gundogan, As I see, you are looking for resources on MPPT algorithms. Here is a useful resource page for MPPT ...

10 months 前 | 0

已回答
ABS testing on virtual vehicle composer
Hi @Mostafa, As I understand, you are looking to integrate a custom ABS component into a "Virtual Vehicle" and test it. To use ...

10 months 前 | 0

已回答
Signal quality assessment with SNR in Matlab
Hi @Elzbieta, Refer to the following useful discussion that compares this "snr" function's implementation with the built-in fun...

10 months 前 | 0

已回答
MobileDev Camera Instrinsics/Parameters from camera object
Hi @Ganishk D, To obtain the intrinsic parameters of the camera, you can refer to the following example that uses checkerboard ...

10 months 前 | 1

| 已接受

已回答
Turbofan engine - black box identification
Hi @Tomas, As I understand, you are looking for black-box modeling of a turbofan engine. From a generic perspective, here is a ...

10 months 前 | 0

已回答
HOw do I add ABB IRB 1520 ID robot to loadrobot input argument.
Hi @SATISH SONWANE, It looks like you are looking to use the pose estimation example for the ABB IRB 1520 robot. However, from ...

10 months 前 | 1

| 已接受

已回答
Simulink AUTOSAR Blockset - How to calibrate parameters from model
Hi @Nicolas B, As I see, you are looking to calibrate AUTOSAR after using a Stateflow routine. You can configure "per-instance ...

10 months 前 | 0

| 已接受

已回答
Ros does not receive data from MATLAB publishing topics
Hi @黄, It seems you are unable to receive messages echoed from MATLAB using "rostopic." Here is a link to a useful discussion t...

10 months 前 | 0

已回答
Code Generation Cigre Standard
Hi @RemilBed, As I see it, you are looking to generate code in the CIGRE standard. From the list of supported code generation s...

10 months 前 | 0

已回答
I am making a DC DC converter circuit with rectifier. The Output is a constant voltage. When I ran my circuit with out feedback, the output is almost near to expectations. But
Hi @Sushovan, As I understand it, you are trying to use a "rectifier" in conjunction with a "DC-DC converter" along with feedba...

10 months 前 | 0

已回答
Field-Weakening Control with MTPA
Hi @Bhagyesh, To implement Field-Weakening Control with a Hall Sensor for an Interior PMSM, you can follow the changes outlined...

10 months 前 | 0

| 已接受

已回答
How to use Extended Kalman Filter block in Simulink R2018a?
Hi @APARNAMOL N A, As I see you're looking for an example of the "Extended Kalman Filter." Refer to the example below, which us...

10 months 前 | 0

已回答
Embedded coder support package for TI control card TMDSCNCD280039C
Hi @Ujala, The product description page for the TMDSCNCD280039C mentions that it is designed for the MCU series of “F28003x” de...

10 months 前 | 1

已回答
Keep trailing zeros in an output file.
Hi @Peter Bohn, As I see, you are looking to write a matrix to a tab-delimited text file with different precision values for ea...

10 months 前 | 0

已回答
How to get good quality images from sequence alignment app
Hi @Bala, As I see, you are looking to save a high-quality image from the “seqalignviewer”. To achieve this, select Display > Z...

10 months 前 | 0

已回答
Code Ribbon Pink October
Hi @Ortalain, Here's a snippet to draw a pink ribbon using the “fill” function in MATLAB: % Set up the figure figure; hold o...

11 months 前 | 2

| 已接受

已回答
Adding 5G Network system to my Closed loop system
Hi @Fatih, As I see, you are looking to directly integrate a 5G network into Simulink. Currently, there isn't a direct workflow...

11 months 前 | 0

已回答
How to change scheduling policy in Downlink OFDMA simulation example https://www.mathworks.com/help/wlan/ug/802-11ax-downlink-ofdma-multinode-system-level-simulation.html
Hi @ATHANASIOS SPYRIDON SKANDALOS, It looks like you're interested in adding a new scheduling strategy for "WLAN" nodes. The ex...

11 months 前 | 1

| 已接受

已回答
how do I implement Adaptive Neuro-Fuzzy controller for separately excited dc motor
Hi @Alex, To implement an "Adaptive Neuro-Fuzzy Inference" (ANFIS) controller, you need to train the ANFIS system. You can foll...

11 months 前 | 0

| 已接受

已回答
CNN+BLSTM network
Hi @zeinab al hawraa koumayha, To integrate "CNN" and "LSTM" blocks together, you should apply the "CNN" layer to each input in...

11 months 前 | 0

已回答
identification of parameters of PMSM(single phase) semiscape block 2021a Matlab version
Hi @Bassant, In R2021a, there is an example titled "Single-Phase PMSM Control" that demonstrates rotor speed control on a Perm...

11 months 前 | 0

已回答
How to change AR-PACKAGE(Components) name
Hi @선주, As I see, you are looking to change the AUTOSAR package tag name using the properties object. You can achieve this by ...

11 months 前 | 0

已回答
caculate SNR for mapping CQI
Hi @Le, As I understand, you are looking to set the value of "SNR" for determining "CQI" using "UE" and "gNB". You can refer t...

11 months 前 | 0

加载更多