photo

Yukthi S


Last seen: environ un mois il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 2
  • Solver
  • 3 Month Streak
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Unable to resolve the name
Hi @yujia, I got that you are facing issues with running the “AutomaticScenarioGenerationExample”. Please know that in order to...

2 mois il y a | 0

Réponse apportée
In 3D bar plot, my Ylabel is partially shown in the figure. Please help me such that the ylabel gets shown fully in the 3D graph.
Hi @Santanu I don’t see a problem with ylabel in the code, but the “datasetNames” are not properly formatted as shown in the re...

2 mois il y a | 0

Réponse apportée
The simulation run is paused,please
Hi @c, I got that you are facing a warning message about increasing the buffer size parameter in order to resume the simulation...

2 mois il y a | 0

Réponse apportée
Using qammod: How can you set the carrier frequency? (16QAM)
Hi @zeno diac, I got that you want to explicitly define the carrier frequency to perform QAM modulation. To do so, you can use...

2 mois il y a | 0

Réponse apportée
An error in my model Simulink model
Hi @David, I figured out that the Simulink model you have shared has a singularity condition. To know that, navigate to Configu...

2 mois il y a | 0

Réponse apportée
Mixing text and output
Hi Diana, Equations can be inserted interactively in the Live Editor. However, for LaTex equations, LaTeX expression dialog bo...

2 mois il y a | 0

Réponse apportée
Can't open MATLAB Editor to custom function in Task 1 Signal Processing Onramp - Preprocessing Signals
Hi @Amrita Deviayu, The function "nm2cm" has already been created in the task itself. To prevent confusion and irrelevant error...

2 mois il y a | 0

Réponse apportée
How do I renew network License after it bought
Hi @Michael, After renewing the Network License, it is recommended to update the license file on the Network License Manager. T...

2 mois il y a | 0

Réponse apportée
How to plot a graph on a panel in App Designer?
Hi @Dong-Gyu, I got that you wanted to plot the same linear graph on two different axes: a) UIAxes inside a panel and ...

2 mois il y a | 1

| A accepté

Réponse apportée
Spectrometer Signal processing question
Hi Daniel, For data normalization and to perform polynomial fitting on the raw data, the in-built MATLAB functions “normalize” ...

3 mois il y a | 0

Réponse apportée
please help me to understand "AWGN Channel" and "HDL Implementation of AWGN Generator" blocks ?
Hi @shailee, The "AWGN Channel" block in Simulink adds white Gaussian noise to the input signal by inheriting the sample time f...

3 mois il y a | 0

| A accepté

Réponse apportée
How to Restart "Repeating Sequence" block from t=0s
Hi @Ayyoub Boutebal, I got that you want to reset the speed profile for the car every time driving resumes after recharging. ...

3 mois il y a | 0

Réponse apportée
At time 0.0 is not finite. The simulation will be stopped. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step s
Hi @Chiranjeeb Das, This is clearly a Division by zero error as shown in the Diagnostic viewer. To know which block is causing ...

5 mois il y a | 0

Réponse apportée
Error in Integrator block
Hi @Parth Bipin, This error occurs often possibly because of the following reasons: Reason-1: An Inf or NaN output caused by a...

5 mois il y a | 0

Réponse apportée
Convert cell array of structures to numeric vector
Hi @Alessandro, The function arrayfun can be used to extract the values of the field a from each structure within the cell arra...

5 mois il y a | 0

| A accepté

Réponse apportée
Simulink Error Message Inquiry
Hi @DJ V I've been able to reproduce the error at my side. It seems that the issue might be due to a bug in the callback functi...

5 mois il y a | 0

Réponse apportée
i have completed matlab on ramp , got a progress report , is there a way i can get a certificate for the same
Hi @Santhosh To download the course certificate, Go to this site https://matlabacademy.mathworks.com/mycourses Click on 'Com...

5 mois il y a | 0

Réponse apportée
get class name and plot it in variables window.
Hi @Le Xuan Thang I got that you want to create a class with the given properties. Below code is a step-by-step guide to define...

5 mois il y a | 0

Réponse apportée
Run a calculation on multiple different .csv files and export the result
Hi @Lucas To automate the process of reading multiple .CSV files, performing operations and storing the results in one place, a...

5 mois il y a | 0

Réponse apportée
how to generate SAR signal?
Hi @Darsana P M, To generate Successive Approximation Register(SAR) ADC signal, you can use the “SAR ADC” block available in Si...

5 mois il y a | 0

Réponse apportée
How to plot constellation diagram for 8 - PSK modulation ?
Hi @Nikhil Mitaliya As per my understanding, you want to load the I, Q sample data captured in .CSV files into MATLAB and use i...

6 mois il y a | 0

Réponse apportée
How to generate a MSK signal?
Hi @Red, I assume that you aim to achieve phase continuity to transform the generated FSK signal into an MSK signal.To do so, I...

6 mois il y a | 0

Réponse apportée
two matlab figures as inset
Hi @omnia, I assume that you want to create a main figure in MATLAB with three inset plots in it from the saved .FIG files. To...

6 mois il y a | 0

Réponse apportée
MatlabR2022b for academic use with Parallel Computing Toolbox
Hi @Marcos You can use "ver" command in Command Window to check all the toolboxes installed and available in MATLAB environment...

6 mois il y a | 0

Réponse apportée
Export function is saving previous result of matlab live script
Hi @Prathyusha Gurrampally You can refer to this existing MATLAB amswer: https://www.mathworks.com/matlabcentral/answers/190836...

7 mois il y a | 0

Réponse apportée
How to enable "Log Event Sequence" option programatically
Hi @Yuvaraj S, To programmatically toggle Log Events option under PREPARE section of Simulink toolstrip, you can follow these s...

7 mois il y a | 0

Réponse apportée
Can Any body help me out to convert this code ??
Hi Mohamed, To convert Arduino C/C++ code to MATLAB code, “MATLAB Support Package for Arduino Hardware” should be installed i...

7 mois il y a | 0

Réponse apportée
How to change a parameter of Simulink block during simulation?
Hi Sourabh, I got that you want to modify some block parameters in the Simulink model during simulation without pausing it. Ass...

7 mois il y a | 0

Réponse apportée
I need help converting this code from Arduino to Matlab
Hello Kara, To convert the given Arduino C/C++ code into MATLAB code, follow the steps mentioned below: Step-1: Open MATLAB, g...

7 mois il y a | 0

Réponse apportée
How to simulate Synchronous Compensator in Simulink
Hello, To build a Synchronous Compensator in Simulink, you can refer to the following example as a starting point and do the re...

7 mois il y a | 0

Charger plus