photo

Lavitania Searjaya


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
133,279
of 300,159

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,880

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,532

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


If for example, I have the letter 'a' in table punnettSquare(2,1) and I want to add a letter 'b' to that same cell so that the element of the cell would be 'ab'. What function should I use?
punnettSquare = 5×5 cell array {0×0 double} {0×0 double} {0×0 double} {0×0 double} {0×0 double} {'a...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Hello! I am trying to append an element into a 5x5 empty cell called 'punnettSquare'. How can I append the first element of a1 and the first element b1 into row 2 column 1 of punnettSquare? Thank you!
% For error checking valid_inputA = {'AA';'Aa';'aa'}; valid_inputB = {'BB';'Bb';'bb'}; % Asking the user for input parent...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Hi, I am asking the user for input and the input should be either "AA" "Aa" or "aa". How can I validate the input using a while loop? I don't think my code works.Thanks!
parentOneA = input("Enter Parent 1's A Trait: ") % Error checking input while parentOneA ~= "AA" || parentOneA ~= "Aa" || pare...

5 years 前 | 1 个回答 | 0

1

个回答