Statistik
6 Fragen
0 Antworten
RANG
192.736
of 295.467
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Find value of x, from max y (graph)
figure(2); vel = diff(y)./diff(x); plot(x(1:end-1), vel) display(max(findpeaks(vel))) x(max(findpeaks(vel))); ...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Plotting differential equations, need help
y = diff(sin(2*pi*t))./diff(t); plot(t,y) *Remember diff() shortens the length of your vector by one so you will nee...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
help using grpstat() function
load carbig - Use the grpstats() function to find the mean, maximum and minimum MPG for cars manufactured in each year. ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
learning functions, need help
How do i complete this task? %MyFunction.m function [out1, out2] = MyFunction(in1,in2) Do calculations etc here out1 =...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Loading Csv files and plotting them as 3D graphs
Have a bunch of cvs files, and need to load them into matlab. Eventually plotting them as 3D maps. cvsread is returning an er...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Learning Matlab at uni, need some help
a. Create horizontal lines across the image by making every 8th row of the image a row of white pixels (value = 254). View...
etwa 10 Jahre vor | 2 Antworten | 0