photo

Ravi


Last seen: 6 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

6 mois il y a | 0

Réponse apportée
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...

6 mois il y a | 0

Réponse apportée
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...

6 mois il y a | 1

| A accepté

Réponse apportée
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...

6 mois il y a | 0

Réponse apportée
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...

6 mois il y a | 0

Réponse apportée
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...

6 mois il y a | 0

Réponse apportée
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...

6 mois il y a | 1

| A accepté

Réponse apportée
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, ...

6 mois il y a | 0

Réponse apportée
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, ...

6 mois il y a | 0

Réponse apportée
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 ...

6 mois il y a | 0

Réponse apportée
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...

6 mois il y a | 0

Réponse apportée
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...

6 mois il y a | 1

| A accepté

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

6 mois il y a | 0

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

7 mois il y a | 0

Réponse apportée
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. ...

7 mois il y a | 0

Réponse apportée
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 ...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 1

Réponse apportée
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...

7 mois il y a | 0

| A accepté

Réponse apportée
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 ...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

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

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

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

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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...

7 mois il y a | 0

Réponse apportée
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 = ...

7 mois il y a | 0

| A accepté

Réponse apportée
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....

7 mois il y a | 0

Charger plus