Danny C


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
0 回答

ランク
232,571
of 300,847

評判
0

コントリビューション
9 質問
0 回答

回答採用率
55.56%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,238

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 0 件の回答 | 0

0

回答