Rohit Gupta - MATLAB Central
photo

Rohit Gupta


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 06/18 to 03/25Use left and right arrows to move selectionFrom 06/18Use 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

4 个提问
0 个回答

排名
176,028
of 297,775

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,469

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,513

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Access element of ND array specified by another array?
I have a N1 x N2 x N3 dimension Tensor T. Plus I have a 1 x 3 array a = [a1 a2 a3]. How do I access element T(a1,a2,a3). Is ther...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Optimizing functions involving higher dimensions?
I want to find minimum for function in higher dimension. I found minf_lbfgs() in tensorlab but it requires me to give gradient. ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Calculating gradient for equation in higher dimension?
Suppose I have a loss function in higher dimension say tucker decomposition Are there any tools for automatic gradient calcul...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Convert unfolded tensor back to higher dimensional tensor?
I use below function to convert tensor into unfolded matrix function X = unfold(A,n) d = size(A) X = reshape(shiftdi...

7 years 前 | 1 个回答 | 0

1

个回答