Yukthi S
Followers: 0 Following: 0
Feeds
문제를 풀었습니다
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개월 전
답변 있음
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 ...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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 ...
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개월 전 | 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...
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개월 전 | 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...
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개월 전 | 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....
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개월 전 | 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...
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개월 전 | 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....
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개월 전 | 0