Statistik
RANG
221.877
of 301.671
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
0
RANG
of 21.379
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 %...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Having trouble with legend
Here is my code: %Line Colors strColor = {'-r','-g','-b'}; %Legend String strLegend = {'nSamples = 5','nSamples = 10','nSa...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
etwa 6 Jahre vor | 1 Antwort | 0

