photo

Amanjeet Pani


National Institute of Technology, Rourkela

Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
10 个回答

排名
122,678
of 300,057

声誉
0

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,162

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Linking geoaxes using linkprop
As i understand your main aim is to link the 2 geoaxes you can do this by using the inbuilt linkaxes() in matlab aditionally g...

3 years 前 | 0

已回答
save matrix in excel and keeping the configuration (. and ,)
you can run this command using matlab writematrix(<matrix_name>,'filename.xls') Aditionally you can go through this documentat...

3 years 前 | 0

已回答
How to change the MATLAB prompt
you can go through the steps mentioned here to do the needful changes https://www.mathworks.com/matlabcentral/fileexchange/2647...

3 years 前 | 0

已回答
How to convert/run C++ (cpp and hpp files) from a GitHub folder on MATLAB?
From within your MATLAB code, you can directly call external C/C++ code, also called custom code or legacy code. To call C/C++ f...

3 years 前 | 0

已回答
Git operations are not available for shallow git repository
As i understand you need to clone your git repository using matlab you can go through this documentation and see if this helps....

3 years 前 | 0

已回答
Measure distance or length between two arrays within a cellarray
As i can understand the main problem here lies with finding distance between 2 arrays so this seems like a interpolation proble...

3 years 前 | 0

已回答
pls help me here I cant understand how to code this two using MATLAB. In line in power series. pls help 2 and 3
As i understand the problem's main aim lies in expanding the function into power series for that we can use series() in matlab....

3 years 前 | 0

已回答
find rank one 1xN matrix from the NxN matrix by utilizing the Gaussian randomization method
As i understand you don not have the idea to use the Gaussian randomization method. Go through the mathematics (mathematical st...

3 years 前 | 0

已回答
Convert tf to struct
you can check this documentation https://www.mathworks.com/help/ident/ug/transfer-function-structure-specification.html hope t...

3 years 前 | 0

已回答
where is the error in code of Shifted Power Method?
Do not use MATLAB keywords (e.g., error) as your variable names. To display on the matlab command window use disp(). Also whe...

3 years 前 | 0