![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19134761_1596628815208_DEF.jpg)
Sunand Agarwal
MathWorks
Followers: 0 Following: 0
DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks.
Statistics
0 Questions
10 Answers
RANK
4 101
of 297 010
REPUTATION
12
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 687
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
Feeds
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...
nästan 4 år ago | 0
| accepted
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...
nästan 4 år ago | 0
| accepted
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...
nästan 4 år ago | 0
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 ...
ungefär 4 år ago | 0
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) ...
ungefär 4 år ago | 0
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...
mer än 4 år ago | 0
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...
mer än 4 år ago | 0
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...
mer än 4 år ago | 0
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...
mer än 4 år ago | 0
| accepted
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...
mer än 4 år ago | 0