photo

praguna manvi


Last seen: Today Attivo dal 2024

Followers: 2   Following: 0

Statistica

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Interaction Effects Reference Coding
Hi @Laurie König, In the example "Longitudinal Study with a covariate", the model uses Program A as the reference category, th...

5 giorni fa | 0

Risposto
error configuring Embedded Coder Support Package for Linux Applications
Hi @Michle, As I see you are trying to set up a "Linux Target Computer" for the "Embedded Coder Support Package for Linux." Si...

5 giorni fa | 0

Risposto
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...

12 giorni fa | 0

| accettato

Risposto
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...

12 giorni fa | 0

Risposto
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...

12 giorni fa | 0

Risposto
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...

12 giorni fa | 0

Risposto
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...

14 giorni fa | 0

Risposto
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...

14 giorni fa | 0

Risposto
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 ...

circa un mese fa | 0

Risposto
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 ...

circa un mese fa | 0

Risposto
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...

circa un mese fa | 0

Risposto
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 ...

circa un mese fa | 1

| accettato

Risposto
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 ...

circa un mese fa | 0

Risposto
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 ...

circa un mese fa | 1

| accettato

Risposto
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 ...

circa un mese fa | 0

| accettato

Risposto
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...

circa 2 mesi fa | 0

Risposto
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...

circa 2 mesi fa | 0

Risposto
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...

circa 2 mesi fa | 0

Risposto
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...

circa 2 mesi fa | 0

| accettato

Risposto
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...

circa 2 mesi fa | 0

Risposto
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...

circa 2 mesi fa | 1

Risposto
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...

circa 2 mesi fa | 0

Risposto
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...

2 mesi fa | 0

Risposto
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...

2 mesi fa | 2

| accettato

Risposto
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...

2 mesi fa | 0

Risposto
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...

2 mesi fa | 1

| accettato

Risposto
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...

2 mesi fa | 0

| accettato

Risposto
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...

2 mesi fa | 0

Risposto
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...

2 mesi fa | 0

Risposto
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 ...

2 mesi fa | 0

Carica altro