Danny C


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
75,827
of 300,779

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
55.56%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Logical and function question.
I'm trying to create a function that satisfies the following conditions : - There must be more letters than numbers in combi...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Function question regarding logicals
I'm trying to create a function that checks if certain sentences follow some rules. Provided files are: # wordlist.mat ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Simple function question.
I'm trying to create a function that checks whether of not the contour of two vectors is the same. What I mean by contour is whe...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Simple vector question.
If there is a vector C, C = [3 8 9 7 3] how can I make another vector that displays its position? eg. D = [1 2 3 4 5]...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Cell array, string concatenation
*I'm trying to create a function that will concatenate the two input strings. If one of the strings is longer than the other...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Simple vector question.
function vec = weave(in1, in2) a = length(in1); b = length(in2); l = max(a,b); vec = zeros(1, 2.*l); vec(1:2:2.*a...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Simple column vector - random number question.
Create a column vector of length "num" that consists of random numbers that are uniformly distributed between 2 and 9. (D) D ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Simple question about functions
function nFib = fib(n) a = (1 + sqrt(sym(5)))/2; nFib = (a^n)-((-a)^(-n)) / sqrt(sym(5)) ; end *The outp...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Function problem once again
Consider the following function and its helper function. % 1 function E = notebook(in1) % 2 E = helper(in1); ...

9 years 前 | 0 个回答 | 0

0

个回答