photo

Kenichi


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

3 个提问
0 个回答

Cody

0 个问题
3 个答案

排名
274,209
of 300,829

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
70,266
of 171,210

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver

查看徽章

Feeds

排序方式:

提问


What is this error?
Hi there! I just got an error message and I can't find the solution to the error online, Message that caused error: namespace=...

3 years 前 | 0 个回答 | 0

0

个回答

提问


What is wrong with the function code when it can work perfectly without function code
Hi There! I am having trouble on my code where I made the code in function [input] = f(output) doesn't give me the expected an...

3 years 前 | 2 个回答 | 0

2

个回答

提问


What is wrong with for loop iteration that is put in a function?
Hi! I'm wondering on this code I made: a = input('Please insert a: ') b = input('Please insert b: ') arr = [] for i = a:b-...

3 years 前 | 1 个回答 | 0

1

个回答

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

3 years 前

已解决


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

3 years 前

已解决


The Goldbach Conjecture, Part 2
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

3 years 前