Community Profile

photo

Sunand Agarwal

Last seen: 10 meses hace Con actividad desde 2020

Estadísticas

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
Input Excel Data into simulink without time.
Hello, For the 'From Spreadsheet' block to consider the first column of your Excel file as a vector, you may open the dialog wi...

alrededor de 3 años hace | 0

| aceptada

Respondida
How to solve the problem when workplace variable cannot show?
Hello, The issue seems to be due to the shadowing of the 'arrayviewfunc' function in MATLAB. Please check the output of the fo...

alrededor de 3 años hace | 0

| aceptada

Respondida
How can i get local maxima,minima and inflection point displayed in the graph
Hello, Please refer to the following link for an example of showing the critical and inflection points in a MATLAB graph: http...

alrededor de 3 años hace | 0

Respondida
Parallel for loop parfor clasiffying variable for a structure input how to?
Hello, This usually happens because the variable 'indvoutputagg' exists in the function workspace on the worker while the loop ...

más de 3 años hace | 0

Respondida
Inputting equation for creating matrix
Hello, You might want to use MATLAB functions to achieve your objective. For example, function [A, B] = create_matrix(n, eq) ...

más de 3 años hace | 0

Respondida
Matlab 2019b constantly accessing disk drive
Hi Please try the following workarounds and see if any of them help resolve the issue: Workaround 1: Click "Preferences" in t...

más de 3 años hace | 0

Respondida
input typing box in simulink
Please refer to this link to create an editable text box. You might then use callbacks for displaying the text. This is an exa...

más de 3 años hace | 0

Respondida
Gegenbauer polynomials wont produce Chebyshev polynomials using Symbolic Toolbox
Please refer to this article to understand the relationships between Gegenbauer and Chebyshev polynomials. You will find that t...

más de 3 años hace | 0

Respondida
How can I make the data type of inputs and outputs of s-function block in simulink not double?
Please run the following command on the MATLAB command line: >> sfundemos This will launch examples of different types of Simu...

más de 3 años hace | 0

| aceptada

Respondida
How to calculate the denominator coefficient for a large number of poles?
You might want to use numden function in MATLAB to extract both the numerator and denominator coefficients. If this doesn't hel...

más de 3 años hace | 0