Danny C
Followers: 0 Following: 0
Statistics
9 Questions
0 Answers
RANK
176 688
of 296 405
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20 376
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156 371
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 8 år ago | 0 answers | 0
0
answersQuestion
Function question regarding logicals
I'm trying to create a function that checks if certain sentences follow some rules. Provided files are: # wordlist.mat ...
mer än 8 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
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]...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 8 år ago | 2 answers | 0
2
answersQuestion
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...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 8 år ago | 1 answer | 0
1
answerQuestion
Function problem once again
Consider the following function and its helper function. % 1 function E = notebook(in1) % 2 E = helper(in1); ...
mer än 8 år ago | 0 answers | 0