
Emma Smith Zbarsky
MathWorks
Statistics
RANK
7.557
of 284.457
REPUTATION
6
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
858 of 19.211
REPUTATION
2.113
AVERAGE RATING
4.80
CONTRIBUTIONS
23 Files
DOWNLOADS
892
ALL TIME DOWNLOADS
20515
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Fundamentals of Programming
An overview of programming concepts including arrays, strings, loops, and algorithms with a project.
ongeveer 22 uur ago | 35 downloads |

Submitted
Programming: Organizing Data
This courseware module addresses working with data: textual data types, numerical data types, data storage, and memory.
ongeveer 22 uur ago | 4 downloads |

Submitted
Regression Basics
Interactive courseware module that addresses the fundamentals of regression analysis taught in STEM courses.
9 dagen ago | 13 downloads |

Submitted
Phase Plane and Slope Field apps
You can use the Phase Plane and Slope Field apps to qualitatively analyze ordinary differential equations (ODEs).
12 dagen ago | 189 downloads |

Submitted
Qualitative Analysis of ODEs
Interactive courseware module that addresses the qualitative analysis of ordinary differential equations taught in mathematics c...
12 dagen ago | 21 downloads |

Submitted
Probability-Theory
A courseware module that covers fundamental concepts including the basics of probability, random variables, and Bayes' Theorem.
18 dagen ago | 13 downloads |

Submitted
Calculus Integrals
Interactive examples using MATLAB to visualize and practice integral calculus and a calculus flashcards app.
22 dagen ago | 21 downloads |

Submitted
Calculus Derivatives
Interactive module that introduces fundamentals of derivatives including the product and chain rule as presented in Calculus I c...
22 dagen ago | 24 downloads |

Submitted
Vector Arithmetic
Interactive courseware module that addresses the fundamentals of vectors taught in mathematics courses.
25 dagen ago | 4 downloads |

Submitted
Descriptive Statistics and Probability Distributions
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
ongeveer een maand ago | 20 downloads |

Submitted
Convolution in Digital Signal Processing
Interactive courseware module that addresses common foundational-level concepts taught in signal processing courses.
ongeveer een maand ago | 62 downloads |

Submitted
Applied-Linear-Algebra
A collection of teaching scripts showing applications of linear algebra to chemistry, computer science, mechanical engineering, ...
ongeveer een maand ago | 12 downloads |

Submitted
Morphology-in-Image-Processing
Interactive courseware module that introduces the fundamental morphological operations used in image processing.
ongeveer een maand ago | 5 downloads |

Submitted
Numerical-Integration
Interactive courseware module that addresses the fundamentals of numerical integration taught in mathematics courses.
ongeveer een maand ago | 4 downloads |

Submitted
Fourier-Analysis_es
Aprende análisis de Fourier utilizando live scripts y aplicaciones.
3 maanden ago | 2 downloads |

Submitted
Thermodynamics
This curriculum module contains interactive examples that teach fundamental concepts and basic terminology related to thermodyna...
3 maanden ago | 49 downloads |

Submitted
Fourier Analysis
Learn Fourier analysis using live scripts and apps.
4 maanden ago | 217 downloads |

Submitted
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 maanden ago | 8 downloads |

Submitted
Numerical-Methods-with-Applications
Teach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
8 maanden ago | 23 downloads |

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 maanden ago | 1
| accepted
Submitted
Air Track Collisions Lab
Interactive courseware module that addresses one-dimensional collisions using a virtual air track model.
10 maanden ago | 2 downloads |

Submitted
Mass-Spring-Damper Systems
Interactive courseware module that addresses the fundamentals of mass-spring-damper systems taught in mechanical engineering cou...
10 maanden ago | 115 downloads |

Submitted
Machine Learning for Regression
Interactive module that introduces typical workflow, setup, and considerations involved in solving regression problems with mach...
10 maanden ago | 33 downloads |

Submitted
Programming: Structuring Code
These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.
10 maanden ago | 12 downloads |

Solved
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...
ongeveer een jaar ago
Solved
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...
ongeveer een jaar ago
Solved
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...
ongeveer een jaar ago
Solved
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...
ongeveer een jaar ago
Solved
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...
ongeveer een jaar ago
Solved
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...
ongeveer een jaar ago