
Emma Smith Zbarsky
MathWorks
Statistiques
RANG
7 557
of 284 561
RÉPUTATION
6
CONTRIBUTIONS
0 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
1
RANG
852 of 19 216
RÉPUTATION
2 123
CLASSEMENT MOYEN
4.80
CONTRIBUTIONS
23 Fichiers
TÉLÉCHARGEMENTS
899
ALL TIME TÉLÉCHARGEMENTS
20579
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
A soumis
Fundamentals of Programming
An overview of programming concepts including arrays, strings, loops, and algorithms with a project.
2 jours il y a | 35 téléchargements |

A soumis
Programming: Organizing Data
This courseware module addresses working with data: textual data types, numerical data types, data storage, and memory.
2 jours il y a | 7 téléchargements |

A soumis
Regression Basics
Interactive courseware module that addresses the fundamentals of regression analysis taught in STEM courses.
11 jours il y a | 13 téléchargements |

A soumis
Phase Plane and Slope Field apps
You can use the Phase Plane and Slope Field apps to qualitatively analyze ordinary differential equations (ODEs).
14 jours il y a | 195 téléchargements |

A soumis
Qualitative Analysis of ODEs
Interactive courseware module that addresses the qualitative analysis of ordinary differential equations taught in mathematics c...
14 jours il y a | 19 téléchargements |

A soumis
Probability-Theory
A courseware module that covers fundamental concepts including the basics of probability, random variables, and Bayes' Theorem.
19 jours il y a | 13 téléchargements |

A soumis
Calculus Integrals
Interactive examples using MATLAB to visualize and practice integral calculus and a calculus flashcards app.
23 jours il y a | 25 téléchargements |

A soumis
Calculus Derivatives
Interactive module that introduces fundamentals of derivatives including the product and chain rule as presented in Calculus I c...
23 jours il y a | 23 téléchargements |

A soumis
Vector Arithmetic
Interactive courseware module that addresses the fundamentals of vectors taught in mathematics courses.
26 jours il y a | 4 téléchargements |

A soumis
Descriptive Statistics and Probability Distributions
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
environ un mois il y a | 18 téléchargements |

A soumis
Convolution in Digital Signal Processing
Interactive courseware module that addresses common foundational-level concepts taught in signal processing courses.
environ un mois il y a | 60 téléchargements |

A soumis
Applied-Linear-Algebra
A collection of teaching scripts showing applications of linear algebra to chemistry, computer science, mechanical engineering, ...
environ un mois il y a | 8 téléchargements |

A soumis
Morphology-in-Image-Processing
Interactive courseware module that introduces the fundamental morphological operations used in image processing.
environ un mois il y a | 4 téléchargements |

A soumis
Numerical-Integration
Interactive courseware module that addresses the fundamentals of numerical integration taught in mathematics courses.
environ un mois il y a | 5 téléchargements |

A soumis
Fourier-Analysis_es
Aprende análisis de Fourier utilizando live scripts y aplicaciones.
3 mois il y a | 2 téléchargements |

A soumis
Thermodynamics
This curriculum module contains interactive examples that teach fundamental concepts and basic terminology related to thermodyna...
3 mois il y a | 44 téléchargements |

A soumis
Fourier Analysis
Learn Fourier analysis using live scripts and apps.
4 mois il y a | 222 téléchargements |

A soumis
Programming-A-Starter-Project-Using-MATLAB-and-Python
A scaffolded project involving pulling and installing a Live Task, then using MATLAB and Python to access and analyze data from ...
7 mois il y a | 12 téléchargements |

A soumis
Numerical-Methods-with-Applications
Teach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
8 mois il y a | 25 téléchargements |

How to mark curve intersections on a graph
The challenge here is that the points of intersection are not exactly at points where you are evaluating your functions. A qui...
10 mois il y a | 1
| A accepté
A soumis
Air Track Collisions Lab
Interactive courseware module that addresses one-dimensional collisions using a virtual air track model.
10 mois il y a | 2 téléchargements |

A soumis
Mass-Spring-Damper Systems
Interactive courseware module that addresses the fundamentals of mass-spring-damper systems taught in mechanical engineering cou...
10 mois il y a | 107 téléchargements |

A soumis
Machine Learning for Regression
Interactive module that introduces typical workflow, setup, and considerations involved in solving regression problems with mach...
10 mois il y a | 35 téléchargements |

A soumis
Programming: Structuring Code
These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.
10 mois il y a | 16 téléchargements |

A résolu
Extract the Acrostic Message
An acrostic cipher is a way of embedding one message within another by taking the first (or last) word of each line. Given a str...
environ un an il y a
A résolu
Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. Fun note: technically it...
environ un an il y a
A résolu
Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...
environ un an il y a
A résolu
Reproduce this plot!
Write a function that will take a dataset (x,y), a best fit model (model), and the upper and lower prediction bounds (lb,ub) for...
environ un an il y a
A résolu
Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...
environ un an il y a
A résolu
Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...
environ un an il y a