Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien
logo-home
MATLAB samenvatting commando's Statistiek & wiskundige data-analyse OPEN BOEK €5,99   Ajouter au panier

Resume

MATLAB samenvatting commando's Statistiek & wiskundige data-analyse OPEN BOEK

1 vérifier
 207 vues  3 fois vendu

Compacte maar zeer nuttige samenvatting van de taal Matlab. Met de focus op wat nuttig is voor het openboek-examen van Statistiek en wiskundige data-analyse, 2de bach industrieel ingenieur campus schoonmeersen. Maar volgens mij ook voor andere richtingen zeer bruikbaar, aangezien het over Matlab in...

[Montrer plus]
Dernier document publié: 4 année de cela

Aperçu 3 sur 7  pages

  • 1 juin 2020
  • 1 juillet 2020
  • 7
  • 2019/2020
  • Resume
Tous les documents sur ce sujet (3)

1  vérifier

review-writer-avatar

Par: robbewindels • 3 année de cela

avatar-seller
indinginf
Matlab overzicht
Inhoud
Algemeen .................................................................................................................................................................2
Plotten .................................................................................................................................................................2
Programmeren ....................................................................................................................................................3
Functies: ..............................................................................................................................................................3
Taylorreeksen: .....................................................................................................................................................3
(inverse) Laplace, dirac en eenheidsstap ............................................................................................................3
Matrices, vectors en stelsels ...............................................................................................................................4
Statistiek ..................................................................................................................................................................5
Verdelingsfuncties en normaliteit testen ............................................................................................................5
T-testen................................................................................................................................................................5
Crosstab ...............................................................................................................................................................5
ANOVA .................................................................................................................................................................6
Regressie..............................................................................................................................................................6
Correlatiecoëfficient: ...........................................................................................................................................7

,Matlab overzicht
Algemeen
Output getallen wijzigen: format short format long (E erna: scientific notation bv. shortE)
10
! log(x) is in matlab log10(x) , ln(x) is in matlab log(x)
4 constante getallen: pi, j=i (j²=-1), Inf (∞), NaN (not a number)
“ans” heeft de waarde van de laatste uitkomst

Plotten
Assenstelsels tekenen:
Titel toevoegen: title(‘Plot of the Sine function’)
Assen labelen: xlabel('X1') ylabel('Y') zlabel('Z')
Instellen waar lijntjes staan op x-as: xticks([1:6]) (zet hier op 1,2,..,6 een streepje)
Labels aan streepjes instellen: xticklabels({"januari","februari","maart","april","mei","juni"})
Legende: legend('reclame','omzet') (eerst getekend = eerst benoemen)
Gewone plot: plot(X,Y,LineSpec) Linespec: LineStyle, Marker, Color, …
Attributes overzicht:




Andere grafieken:
Parameterkrommen: plot( f1,f2) bv. t=0:0.01:2*pi; plot(cos(2*t), sin(5*t))
Plotten van functie: fplot(f); met bv. f= @(x) sqrt((25-x.^2)/5)
Plotten van functie in x&y: fimplicit(f) met bv. f = @(x,y) x.^2 + y.^2 - 3;
Boxplot: boxplot(X)  interkwartiel = iqr(A), percentiel = prctil(A,10)
Scatterplot: scatter(x1,y)
Histogram: histogram(R,n) met n aantal staven, kan weggelaten worden
Polarplot: bv. tt = -2:0.01:0; polarplot(tt,acos(tt+1));




Mesh: [X,Y]=meshgrid(x,y);* Z = sin(X)+sin(Y); mesh(X,Y,Z)




Contour: [X,Y]=meshgrid(x,y);* Z=… contour(X,Y,Z)


* met x en y bv -10:0.5:10 afhankelijk van stappen (hier 0.5) dichter of minder dicht op elkaar


Tools: axis equal hold on hold off

, Programmeren
If … elseif … else … end en for … end




Voorbeeld:

Logische operators: > < >= <= == ~= (not equal) &(AND) |(OR) ~(NOT)

Som operator: bv symsum(factorial(i), i, 0, 10) %4037914

Functies:
(Voor stelsels oplossen en nulpunten zoeken, zie onderaan matrices)
Bij y = sin(x) is x in radialen. Bij y = sind(x) is x in graden (analoog voor andere functies)  examen 2020 eerste zit

Asymptoten zoeken:
VA: solve(limit(@(x)f,x,a)==Inf,x)
HA:
o1 = limit(f19/x,x,Inf);
b1 = limit(f19-o1*x,x,Inf);
o1*x + b1 %SA voor x-> +inf

Limieten:
Linkerlimiet: limit(F,x, 1, 'left') %in x=1 rechterlimiet analoog
Bv. zoeken waar afgeleide 2 is:
Afg = diff(F(x),x);
vpasolve(Afg==2,x)

Oppervlakte tussen 2 functies: zoek snijpunten (bv. 0 en 4)  int(f1(x)-f2(x),0,4)

Y-waarde zoeken bij een bepaalde x-waarde:
Indien functie zonder functie handler: f1 = (x.^2/2);  subs(f1,x,1)
Indien met function handler: f1 = @(x) (x.^2/2);  yco = f1(xco)

Dubbele integraal (bv voor volume berekenen):
int(int(4,-sqrt(2*x-x^2),sqrt(2*x-x^2)),0,2) %2 ints in elkaar oef 24

Snijpunten zoeken:
1ste manier:
x1 = solve(f1(x)-f2(x)==0,x)
f2(x1) %y-co vinden
de
2 manier:
F = @(x)[x(1).^2 + 5*x(2).^2-25; x(1)+x(2)-2];
fsolve(F, [-1,2]) %schatting voor punten

Je kan aan solve ook voorwaarde meegeven, bv: opl = solve([diff(r(t),t)==0, 0<=t<=2*pi],t)
!!! Dat is belangrijk, soms krijg je anders niet alle resultaten.

Taylorreeksen:
Bv. Taylorontwikkeling rond x=1, afgekapt na term in x: t = taylor(f,x,1, 'Order',2)
(inverse) Laplace, dirac en eenheidsstap
ilaplace(f) of laplace(f) Diracfunctie = dirac(t) eenheidsstap: heaviside(x)

Les avantages d'acheter des résumés chez Stuvia:

Qualité garantie par les avis des clients

Qualité garantie par les avis des clients

Les clients de Stuvia ont évalués plus de 700 000 résumés. C'est comme ça que vous savez que vous achetez les meilleurs documents.

L’achat facile et rapide

L’achat facile et rapide

Vous pouvez payer rapidement avec iDeal, carte de crédit ou Stuvia-crédit pour les résumés. Il n'y a pas d'adhésion nécessaire.

Focus sur l’essentiel

Focus sur l’essentiel

Vos camarades écrivent eux-mêmes les notes d’étude, c’est pourquoi les documents sont toujours fiables et à jour. Cela garantit que vous arrivez rapidement au coeur du matériel.

Foire aux questions

Qu'est-ce que j'obtiens en achetant ce document ?

Vous obtenez un PDF, disponible immédiatement après votre achat. Le document acheté est accessible à tout moment, n'importe où et indéfiniment via votre profil.

Garantie de remboursement : comment ça marche ?

Notre garantie de satisfaction garantit que vous trouverez toujours un document d'étude qui vous convient. Vous remplissez un formulaire et notre équipe du service client s'occupe du reste.

Auprès de qui est-ce que j'achète ce résumé ?

Stuvia est une place de marché. Alors, vous n'achetez donc pas ce document chez nous, mais auprès du vendeur indinginf. Stuvia facilite les paiements au vendeur.

Est-ce que j'aurai un abonnement?

Non, vous n'achetez ce résumé que pour €5,99. Vous n'êtes lié à rien après votre achat.

Peut-on faire confiance à Stuvia ?

4.6 étoiles sur Google & Trustpilot (+1000 avis)

78998 résumés ont été vendus ces 30 derniers jours

Fondée en 2010, la référence pour acheter des résumés depuis déjà 14 ans

Commencez à vendre!
€5,99  3x  vendu
  • (1)
  Ajouter