Statistica
RANK
220.774
of 300.853
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Insert zeros into vector
Insert zeros after each elements in the vector. Number of zeros is specified as the input parameter. For example: x = [1 ...
circa 5 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
circa 5 anni fa
Risolto
Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...
circa 5 anni fa
Risolto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
circa 5 anni fa
Risolto
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
circa 5 anni fa
Risolto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
circa 5 anni fa
Domanda
Output 'y' has variable size but the upper bound is not specified; explicit upper bound must be provided.
y = 10 coder.varsize('y', [1,20000]); These lines of code are inside a for loop and I expect the size of the variable y to i...
circa 5 anni fa | 1 risposta | 0
1
rispostaRisolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
circa 5 anni fa
Domanda
Unable to open openExample('nav/GenerateAlternativeTrajectoriesForReferencePathExample')
I am unable to use the command referencePathFrenet. i get the following message ->Unrecognized function or variable 'referencePa...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I pass a anonymous function as an output to another function?
function [a0,a1,a2]= fcn(s,v,a,T) %a0,a1,a2 are coefficients of a polynomial which are calculated based on inputs s,v,a,T end ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
May i know the relation between dare command usage and optimal control concept of cost function?
Optimization is the process finding a control law which reduces the cost function. This is the question i am referring to: ...
quasi 10 anni fa | 0 risposte | 0


