Yukthi S
Followers: 0 Following: 0
Statistics
RANK
3.847
of 296.158
REPUTATION
14
CONTRIBUTIONS
0 Questions
50 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20.352
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Unable to resolve the name
Hi @yujia, I got that you are facing issues with running the “AutomaticScenarioGenerationExample”. Please know that in order to...
14 dagen ago | 0
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...
14 dagen ago | 0
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...
14 dagen ago | 0
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...
15 dagen ago | 0
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...
15 dagen ago | 0
Mixing text and output
Hi Diana, Equations can be inserted interactively in the Live Editor. However, for LaTex equations, LaTeX expression dialog bo...
17 dagen ago | 0
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...
17 dagen ago | 0
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...
23 dagen ago | 0
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 ...
23 dagen ago | 1
| accepted
Spectrometer Signal processing question
Hi Daniel, For data normalization and to perform polynomial fitting on the raw data, the in-built MATLAB functions “normalize” ...
24 dagen ago | 0
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...
24 dagen ago | 0
| accepted
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. ...
24 dagen ago | 0
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
3 maanden ago
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 ...
3 maanden ago | 0
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...
3 maanden ago | 0
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...
3 maanden ago | 0
| accepted
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...
3 maanden ago | 0
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...
3 maanden ago | 0
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...
3 maanden ago | 0
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...
3 maanden ago | 0
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...
4 maanden ago | 0
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...
4 maanden ago | 0
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...
4 maanden ago | 0
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...
4 maanden ago | 0
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...
4 maanden ago | 0
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...
5 maanden ago | 0
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...
5 maanden ago | 0
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...
5 maanden ago | 0
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...
5 maanden ago | 0
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...
5 maanden ago | 0