photo

Ravi


Last seen: mer än ett år ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
48 Answers

RANK
2 230
of 300 365

REPUTATION
28

CONTRIBUTIONS
0 Questions
48 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 20 933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
TMS320F28379D: Can not trigger other epwm interrupt when use CLA trigger for one of epwm on MATLAB
Hi Dang Thai Son, I see the same issue. As a workaround you can use CLA task number 2 for CLA task trigger. If there is a need ...

mer än ett år ago | 0

Answered
I want to connect the data table with matlab code. Can anyone help me with the code to generate the particular block which are mentioned in the data table first column.
Hi Andanu Vidya Sagar Patro, Accessing the entries in a table should be done using curly brace notation. In addition to that, w...

mer än ett år ago | 0

Answered
Is there a better way to plot categorical data radially than using the polarhistogram function?
Hi Austin M Weber, Unfortunately, there is no direct option available in the “polarhistogram” function to arrange the bins in a...

mer än ett år ago | 1

| accepted

Answered
Simulink External Mode not working on Texas Instruments f28335 control card
Hi SHIBU KUMAR, When working with Simulink External Mode in TI F28335 control card, the SW1 switch should be in the OFF posi...

mer än ett år ago | 0

Answered
The GPU does not improve the performance as in the example shown in Matlab
Hi Avi, The graphics processing capabilities of the NVIDIA T1000 currently in use do not quite match the more robust perform...

mer än ett år ago | 0

Answered
How can I add a square dielectric object into parallel/coplanar capacitance sensor?
Hi Cobus Labuschagne, When a dielectric is added, the permittivity of the medium changes. If the relative permittivity of the m...

mer än ett år ago | 0

Answered
Getting conditions for a dense algebraic second degree equation
Hi Noemi ZM, Let us assume that the coefficients of the algebraic equation are governed by the parameters “p1, p2, p3, p4, and...

nästan 2 år ago | 1

| accepted

Answered
Anti-spoofng algorithm design from the block diagram
Hi Zihan LI, We can define a function that takes input the signals data ‘S’, the sampling number ‘N’, and the error threshold, ...

nästan 2 år ago | 0

Answered
Rescaling ODE optimization problem with fmincon
Hi Peter Uhl, When handling data that spans a broad range of magnitudes, optimization can become challenging. To address this, ...

nästan 2 år ago | 0

Answered
How can I select entity to specific output port in simevents?
Hi Xinrui Qian, I will provide you a pseudo code about how the chart should be designed, since the interpretation of variables ...

nästan 2 år ago | 0

Answered
Closest index in the annotation of a signal
Hi Lucrezia Mattia, The key point here is to find the adjacent elements of the indices marked with black coloured circles. Let...

nästan 2 år ago | 0

Answered
How to make an app which starts recording in channel number two when the particular level trigger is crossed in channel number one?
Hi Ramdev Rajeshbhai Gohil, The objective is to record signals on one channel if the trigger level crosses threshold on anothe...

nästan 2 år ago | 1

| accepted

Answered
applicationCompiler fileset.resources vs fileset.depfun
Hi Dave Watson, The main difference between dependencies and resources is that: Dependenices are necessary for the execution...

nästan 2 år ago | 0

Answered
uitest with questdlg - possible?
Hi Nick, I understand that you are facing an issue in closing the dialog box without manual intervention. To programmaticall...

nästan 2 år ago | 0

Answered
IRFunctionCurve and resulting objective function value
Hi Torsten Beer, You can use the following function syntax for “lsqnolin” to obtain the value of the optimization function. ...

nästan 2 år ago | 0

Answered
my file is so heavy for running, is it possible to divide it to some parts and load m files one after each other?
Hi Mohammad Sadegh Nasirianfar, I understand that you are facing an issue in separating the code into fragments and executing ...

nästan 2 år ago | 0

Answered
CheckBoxTree - Combination of CheckedNodesChangeFcn and SelectionChangedFcn
Hi DenS, I understand that you are facing an issue in defining the callback functions using an external class. The methods t...

nästan 2 år ago | 1

Answered
1-D Transient Conduction - Implicit Method
Hi Gabriel Quattromani, I understand that you are facing some issues in implementing the code for transient conduction. Plea...

nästan 2 år ago | 0

| accepted

Answered
How do you reformat this for a custom surface equation
Hi Xymbu, I understand that you want to find how to model a custom surface equation defined by two variables. Please follow ...

nästan 2 år ago | 0

Answered
Using Euler's method to solve temperature distribution for triangular fin
Hi Michael Pine, I understand that you are facing an issue in plotting the temperature change across the cross-sections. Ple...

nästan 2 år ago | 0

Answered
How to draw a Bethe lattice with a given number of nodes N and coordination number z?
Hi Nadatimuj, I understand that you want to draw a Bethe lattice for a given number of nodes and coordination number. A Beth...

nästan 2 år ago | 0

Answered
Argument validation and config file
Hi Martin Hock, Please find an approach for prioritizing the inputs in the order arguments > config > default. function ma...

nästan 2 år ago | 0

Answered
How to get the mathematical equation of a model trained using Regression learner toolbox
Hi Sirish Selvam, I understand that you want to find the mathematical equation of the trained SVM model. Unfortunately, the...

nästan 2 år ago | 0

Answered
Implementing the Trapezoidal Method
Hi Turgut Ataseven, I understand that you are facing an issue in implementing trapezoidal method for computing the numeric int...

nästan 2 år ago | 0

Answered
Determine times for three variables using Least squares powerfit
Hi Juan Barragan, I understand you are facing trouble in arriving at equations for the variables. I hope the following approac...

nästan 2 år ago | 0

Answered
Stateflow Transition to error state without line connection
Hi Felix Brenner, I understand that the stateflow diagram is still working regardless of the reason that one transition has no...

nästan 2 år ago | 0

Answered
Socket desync when using pause function
Hi Daniel Horvath, I understand that you are experiencing delays when “pause” function is used within the “while” loop. In M...

nästan 2 år ago | 0

Answered
GAUSS SEİDAL METHOD İNPUT
Hi Ömer Faruk Parlak, I assume you are facing an issue in providing matrix input to the Gauss Siedel method dynamically inst...

nästan 2 år ago | 0

Answered
What is the computatinal complexity of resample(x,p,q)?
Hi Kalasagarreddi Kottakota, I assume that you want to know the overall complexity of the “resample” function provided “p = ...

nästan 2 år ago | 0

| accepted

Answered
Bigraph from a message with 428 characters
Hi Martin, I understand that you need a table representing bigrams, their frequency, and percentage for the given cipher text....

nästan 2 år ago | 0

Load more