Community Profile

Danny C


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

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...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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]...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

0

réponse