photo

Pritom Kumar Saha


自 2021 起处于活动状态

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Signal Processing, Neuroscience, Neural Simulation, Psychtoolbox-3: Vision and neuroscience research

统计学

All
MATLAB Answers

2 个提问
2 个回答

Cody

0 个问题
27 个答案

排名
2,893
of 299,772

声誉
20

贡献数
2 个提问
2 个回答

回答接受率
0.0%

收到投票数
10

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
14,412
of 165,865

贡献数
0 个问题
27 个答案

评分
373

徽章数量
4

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Commenter
  • Promoter
  • First Answer
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

提问


error in Isomap function
I was trying to run the Isomap function on my dataset (32 rows and 1632 columns). function [Y, R, E] = Isomap(D, n_fcn, n_size...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Color map error when I write "colorMap = Map.black"?
when I write colorMap = Map.black; it shows error Unable to resolve the name Map.black. Error in untitled4 (line 14) ...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Reading values from xml file
Try S = readstruct("abcd.xml") it works on my matlab version. It should work on matlab 2020b or higher version.

4 years 前 | 6

已回答
Convert XML file to a MATLAB structure
Try S = readstruct("abcd.xml") it works on my matlab version. It should work on matlab 2020b or higher version.

4 years 前 | 4