photo

Nicole


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
121,992
of 300,343

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I find the length of a cell array in a particular dimension excluding 0x0 doubles?
As a simple example, say I had this cell array: examplecell = {'Name1'} {'Heights'} {'Weights'} {[20000]} ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I understand concatenation in multiple dimensions?
I have a 4-D cell array and I want to extend certain elements in the fourth dimension into the fifth dimension by concatenating ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I define a variable with a name based on an input?
I want my script to create new variables whose names depend on an input, e.g.: ship_name = input('Name of the ship: ','s'); ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How can I refer to a variable, defined in one .m file, within a function defined in another?
I define a mixed cell in KSP_run.m: %% Define celestial body characteristics and scientific constants %Body ...

7 years 前 | 1 个回答 | 0

1

个回答