Yukthi S
Followers: 0 Following: 0
Statistics
RANK
10,829
of 295,448
REPUTATION
4
CONTRIBUTIONS
0 Questions
38 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,227
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
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:...
2 months 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 ...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
2 months 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...
3 months 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...
3 months 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...
3 months 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...
3 months 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...
3 months 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...
4 months 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...
4 months 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...
4 months 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...
4 months 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...
4 months ago | 0
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...
4 months ago | 0
Co-Simulation with NXMotion and Matlab/Simulink
Hi Yazdan, To propagate separate signals as inputs to the NXMotion Plant block, a Bus Creator block available in Simulink can b...
4 months ago | 0
Show the simulation results when starting fmi co-simulation
Hi Camork, From my understanding, you were trying to see the co-simulation results of an FMU exported by Tool-Coupling tool, in...
4 months ago | 0
how print multiple values on screen in one line in matlab
Hi Gauri, I understand that you wanted to print multiple coordinates of the bounding boxes detected, in one line. If you are de...
6 months ago | 0
mex call with fftw_threads causes CRASH AFTER CLOSING MATLAB
Hi Ulrike Springer, I deduce that you are facing a MATLAB crash issue when you first call the “fft” and “ifft” in the MATLAB so...
6 months ago | 0
how to obtain pathgains of winner2 channel
Hello I see that you are observing some discrepancies between ‘tx_data_estimate’ and ‘sourceData’. Firstly, it is important t...
6 months ago | 0
Measuring distance between 2 "clumps" of data that meet certain conditions
Hi Joshua, To record the time intervals during which wind speeds escalate from 20 m/s to 30 m/s, we need a systematic approach ...
6 months ago | 0
how to obtain polar plot (with colorbar) with same dimensions of X Y and Z (i.e. 1XN)?
Hi Megha I understand that you are getting some errors while trying to use “polarPcolor” in the code. There can be two possibil...
7 months ago | 0
How to plot two signals in Simulink
Hi Alvaro You can plot multiple signals within the same plot using “Simulation Data Inspector” available in Simulink. To achiev...
7 months ago | 0
How can I get all inputs in same line, based on how many inputs the user defines at first?
Hi Omar Based on your question, I got that you wanted to input all the x ,y values in the same prompt rather than using “n” no....
7 months ago | 0
Zero-Phase Filter design using FDATool to get Verilog HDL code
Hello Syed, I noticed that you wanted to implement zero-phase digital filtering in hardware for the same high-pass filter you d...
7 months ago | 0
How to plug in values for partial derivatives results
Hi Alaura I've noted that you essentially want to substitute numerical values after the partial derivative has been calculated....
7 months ago | 0