photo

Mrunmayee Gaikwad

MathWorks

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

Followers: 0   Following: 0

I am in the EDG program at MathWorks
Disclaimer: Any articles/ideas/opinions here are my own and in no way reflect that of Mathworks

统计学

All
MATLAB Answers

0 个提问
8 个回答

Cody

0 个问题
1 个答案

排名
2,918
of 300,352

声誉
20

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
99,473
of 168,212

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • Knowledgeable Level 2
  • Solver
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

已回答
Increase amount of data extracted from Nyquist plot
Hi, The nyquist function when used as nyquist(sys,w), w is specified as the frequency interval for your particular system. So, ...

5 years 前 | 0

| 已接受

已回答
Accessing org.postgresql.util.PGobjects in Matlab tables
Hey, The function cell2mat works when the cell array data is of numeric type. As the 'check.data' is not of numeric type, it wi...

5 years 前 | 0

已回答
Simulink: How to run a subsystem only once per time step regardless of solver?
Hi, You can set the sample time of a block to [0, 1], it then becomes fixed-in-minor-step. For this setting, Simulink does not ...

5 years 前 | 0

| 已接受

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 years 前

已回答
Moving plot of a sine wave.
Hi, To make the plot move, you will need to keep updating the ‘t’ vector in for/while loop and then plot the sine wave. For ...

5 years 前 | 0

已回答
Creating a step function for multiple array indexes.
As ‘d’ is a 1xN array, the floor function in Line 3 of the if loop (steps = floor(d)) will operate on each element of ‘d’ array,...

5 years 前 | 0

| 已接受

已回答
Sorting a fields alignment of a structure
The following blog explains how you can sort a structure array according to the field name: https://blogs.mathworks.com/pick/...

5 years 前 | 1

已回答
How to write data array as excel file (keeping column orientation)
In the line: T=array2table({A,B},'VariableNames',{'A','B'}) the use of curly braces in combining two arrays {A,B}, would retu...

5 years 前 | 0

| 已接受

已回答
Adapting an existing Matlab Function to compute frequencies from table amounts
The MATLAB function 'sum' and operation './' (element wise division), used in the 'to_frequency()' function is not applicable fo...

5 years 前 | 1