photo

Yukthi S


Last seen: 10개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

0 질문
50 답변

Cody

0 문제
1 답안

순위
3,557
of 300,364

평판
16

참여
0 질문
50 답변

답변 채택
0.00%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
133,665
of 168,407

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

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

11개월 전 | 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...

11개월 전 | 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...

11개월 전 | 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...

11개월 전 | 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...

11개월 전 | 0

답변 있음
Mixing text and output
Hi Diana, Equations can be inserted interactively in the Live Editor. However, for LaTex equations, LaTeX expression dialog bo...

11개월 전 | 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...

11개월 전 | 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...

11개월 전 | 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 ...

11개월 전 | 1

| 수락됨

답변 있음
Spectrometer Signal processing question
Hi Daniel, For data normalization and to perform polynomial fitting on the raw data, the in-built MATLAB functions “normalize” ...

11개월 전 | 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...

11개월 전 | 0

| 수락됨

답변 있음
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. ...

11개월 전 | 0

문제를 풀었습니다


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

대략 1년 전

답변 있음
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 ...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 0

| 수락됨

답변 있음
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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

대략 1년 전 | 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...

1년 초과 전 | 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...

1년 초과 전 | 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...

1년 초과 전 | 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...

1년 초과 전 | 0

더 보기