Aditya Nanda - MATLAB Central
photo

Aditya Nanda


Last seen: 1 year 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 08/16 to 03/25Use left and right arrows to move selectionFrom 08/16Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 个提问
1 个回答

排名
38,288
of 297,503

声誉
1

贡献数
6 个提问
1 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review

查看徽章

Feeds

排序方式:

提问


How do I access specific elements from a multi-dimensional array?
Given a milti-dimensional (say 3) array A, I want to access the elements at indices [ ], [] and [ ]. If I define and sim...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How come fsolve fails to find a solution when the problem script returns the Jacobian (but works when no jacobian is returned) ?
I am attempting to solve a system of nonlinear equations. My function script returns the Residual as well as the Jacobian with r...

7 years 前 | 0 个回答 | 0

0

个回答

已回答
How to suppress errors in matrix algebra involving very large matrices ?
Just for the sake of documenting, I actually found a way to make this work. Matlab has vpa (variable precision arithmetic), usin...

8 years 前 | 0

提问


How do I use fft2 to compute the spatial frequency and temporal frequency for a 1D travelling wave?
I have 2 dimensional data for a travelling wave u(x,t) known over the rectangular domain [x,t]= [x1, x2] and [0, t2]. I want...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Why are the random numbers obtained by different invocations to LOGRND() the same?
I used the LOGRND()[https://www.mathworks.com/help/stats/lognrnd.html] funtion to conduct a Monte Carlo Experiment. I used to tw...

8 years 前 | 1 个回答 | 1

1

个回答

提问


How to suppress errors in matrix algebra involving very large matrices ?
I have two very large matrices, A and B which constitute an equation A* x + B* y =0 I am interested in solving for x (de...

8 years 前 | 2 个回答 | 0

2

个回答

提问


What is an alternative method(apart from 'Maxstep') to ensure ode45 does not take large time steps and ignore high frequency components in the forcing function?
I am working on the response of vibrational energy harvesters to a very abrupt forcing function with many high-frequency compone...

8 years 前 | 2 个回答 | 0

2

个回答