Ba Mo - MATLAB Central
photo

Ba Mo


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

Underprivileged PhD Student

统计学

All
MATLAB AnswersFile ExchangeFrom 03/19 to 04/25Use left and right arrows to move selectionFrom 03/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
12 个回答

File Exchange

1 文件

排名
1,439
of 298,102

声誉
48

贡献数
0 个提问
12 个回答

回答接受率
0.00%

收到投票数
24

排名
17,637 of 20,534

声誉
3

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
32

排名

of 160,343

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 3 Month Streak
  • Revival Level 1
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How come i get different output answers with the same matlab version, the same code installed on two different computers?
facing the same problem, running on two HPCs (clusters). problem is, the better more powerful HPC returns better results; but it...

4 years 前 | 0

已回答
Setting multiple fields in an existing structure
if you're willing to enumerate the new fields names and values, just as you did in your example: pd(i)=setfield(pd(i),'H',H,'p'...

5 years 前 | 1

已回答
How can I concatenate or merge two structures?
This works IF AND ONLY IF there are no common fields (duplicate fields) in the 2 structures. mergestructs = @(x,y) cell2struct(...

5 years 前 | 19

已回答
Not defining backward loss leads to an 'Abstract classes cannot be instantiated' error. Why is that?
Same problem occurs with the deep learning toolbox Abstract classes cannot be instantiated. Class 'maeRegressionLayer' inher...

5 years 前 | 0

已回答
Error using affine2d.empty
I have had this problem for a couple of months now. i'm glad this was posted just 48 hours ago! the same goes for the pReLu lay...

5 years 前 | 0

已回答
Is there a way to flush the output buffer in MATLAB when writing to a file?
I would like to, respectfully, disagree with MATLABs' developers. I have used MATLAB on a super-computer cluster, where i had d...

5 years 前 | 0

已回答
Is it possible to concatenate structures with the same fields in to one super structure?
my_struct_fields = fieldnames(my_struct1); super_struct=arrayfun(@(i) [my_struct1.(my_struct_fields{i});my_struct2.(my_struct_f...

5 years 前 | 0

已回答
Can you use DIR to list files in subfolders ?
as lots of users reported above, new versions of matlab support the following command dir('**/*.mat'); However, old versions of...

5 years 前 | 0

已提交


MultiVarRand
This function generates random values, for multiple correlated variables but with different distributions

6 years 前 | 1 次下载 |

0.0 / 5

已回答
how to use dir in subfolders?
i dont recommend adding folders to matlab's path, casually like this as lots of users reported above, new versions of matlab ...

6 years 前 | 0

已回答
How do I read Folders with subfolders ?
As lots of users reported above, new versions of matlab support the following command dir('**/*.mat'); However, old versions of...

6 years 前 | 1

已回答
help does not work
Any chance that the toolbox/suite you installed is PSAT (power systems analysis toolbox)? The help command in matlab stops wo...

6 years 前 | 2

已回答
How can I make my plot fill the entire figure window?
same problem here i still can't solve it, but i think a key to any solution is adjusting the axes position and size, according ...

6 years 前 | 1