![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17997878_1585589107688_DEF.jpg)
Carly Hudson
Followers: 0 Following: 0
Statistiques
RANG
169 671
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
42.86%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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 ...
plus de 2 ans il y a
A résolu
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...
plus de 2 ans il y a
A résolu
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:...
plus de 2 ans il y a
Question
Drawing lines with a handle
Hello. I am working on a project and I am having a hard time plotting a "line for each link". I have tried the plot and line fun...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Creating empty cell array with function
function link_set = build_links(link_vectors); % Use the 'cell' 'and 'size' commands to create an empty cell array the %...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I add a legend in a for loop of variables from an array?
Hello, I am attempting to input of an array into a legend, in a for loop. I am having trouble, but I think I am almost there. A...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Having trouble with legend
Here is my code: %Line Colors strColor = {'-r','-g','-b'}; %Legend String strLegend = {'nSamples = 5','nSamples = 10','nSa...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Getting error about index in for loop
%for loop for plotting given data for k = 0:size(dataN) val = dataN(:,k); avg = mean(val); end I am getting this er...
presque 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to make an array of function outputs?
%equation for y yFunction = @(t) ((4.*t.^3)+(3.*t.^2)+(5.*t)+5); %Plotting the function fplot(yFunction,[-10,10]); I am tr...
presque 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to index a variable value and assign it to an array?
I am a beginner in MatLab and I am trying to assign a variable value to an array. Ex: d1 = 579 y = array(d1) I know I can ...
presque 5 ans il y a | 1 réponse | 0