photo

Sunand Agarwal

MathWorks

Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks.

统计学

MATLAB Answers

0 个提问
10 个回答

排名
4,375
of 300,343

声誉
12

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 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 ...

5 years 前 | 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) ...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 0

| 已接受

已回答
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...

5 years 前 | 0