
Emma Smith Zbarsky
MathWorks
統計
All
Content Feed
送信済み
Virtual Measurement of e/m Lab
Interactive courseware module that addresses J.J. Thomson’s landmark experiment to measure the charge-to-mass ratio of the elect...
4日 前 | ダウンロード 4 件 |

送信済み
Fundamentals of Programming
An overview of programming concepts including arrays, strings, loops, and algorithms with a project.
10日 前 | ダウンロード 40 件 |

送信済み
Programming: Organizing Data
This courseware module addresses working with data: textual data types, numerical data types, data storage, and memory.
10日 前 | ダウンロード 10 件 |

送信済み
Regression Basics
Interactive courseware module that addresses the fundamentals of regression analysis taught in STEM courses.
19日 前 | ダウンロード 14 件 |

送信済み
Phase Plane and Slope Field apps
You can use the Phase Plane and Slope Field apps to qualitatively analyze ordinary differential equations (ODEs).
22日 前 | ダウンロード 187 件 |

送信済み
Qualitative Analysis of ODEs
Interactive courseware module that addresses the qualitative analysis of ordinary differential equations taught in mathematics c...
22日 前 | ダウンロード 18 件 |

送信済み
Probability-Theory
A courseware module that covers fundamental concepts including the basics of probability, random variables, and Bayes' Theorem.
27日 前 | ダウンロード 9 件 |

送信済み
Calculus Integrals
Interactive examples using MATLAB to visualize and practice integral calculus and a calculus flashcards app.
約1ヶ月 前 | ダウンロード 29 件 |

送信済み
Calculus Derivatives
Interactive module that introduces fundamentals of derivatives including the product and chain rule as presented in Calculus I c...
約1ヶ月 前 | ダウンロード 23 件 |

送信済み
Vector Arithmetic
Interactive courseware module that addresses the fundamentals of vectors taught in mathematics courses.
約1ヶ月 前 | ダウンロード 5 件 |

送信済み
Descriptive Statistics and Probability Distributions
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
約1ヶ月 前 | ダウンロード 20 件 |

送信済み
Convolution in Digital Signal Processing
Interactive courseware module that addresses common foundational-level concepts taught in signal processing courses.
約1ヶ月 前 | ダウンロード 53 件 |

送信済み
Applied-Linear-Algebra
A collection of teaching scripts showing applications of linear algebra to chemistry, computer science, mechanical engineering, ...
約1ヶ月 前 | ダウンロード 60 件 |

送信済み
Morphology-in-Image-Processing
Interactive courseware module that introduces the fundamental morphological operations used in image processing.
約2ヶ月 前 | ダウンロード 5 件 |

送信済み
Numerical-Integration
Interactive courseware module that addresses the fundamentals of numerical integration taught in mathematics courses.
約2ヶ月 前 | ダウンロード 7 件 |

送信済み
Fourier-Analysis_es
Aprende análisis de Fourier utilizando live scripts y aplicaciones.
3ヶ月 前 | ダウンロード 2 件 |

送信済み
Thermodynamics
This curriculum module contains interactive examples that teach fundamental concepts and basic terminology related to thermodyna...
3ヶ月 前 | ダウンロード 44 件 |

送信済み
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 ...
8ヶ月 前 | ダウンロード 14 件 |

送信済み
Numerical-Methods-with-Applications
Teach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
9ヶ月 前 | ダウンロード 29 件 |

回答済み
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...
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ヶ月 前 | 1
| 採用済み
送信済み
Air Track Collisions Lab
Interactive courseware module that addresses one-dimensional collisions using a virtual air track model.
10ヶ月 前 | ダウンロード 3 件 |

送信済み
Mass-Spring-Damper Systems
Interactive courseware module that addresses the fundamentals of mass-spring-damper systems taught in mechanical engineering cou...
10ヶ月 前 | ダウンロード 90 件 |

送信済み
Machine Learning for Regression
Interactive module that introduces typical workflow, setup, and considerations involved in solving regression problems with mach...
10ヶ月 前 | ダウンロード 34 件 |

送信済み
Programming: Structuring Code
These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.
11ヶ月 前 | ダウンロード 23 件 |

解決済み
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...
約1年 前
解決済み
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...
約1年 前
解決済み
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...
約1年 前
解決済み
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...
約1年 前
解決済み
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...
約1年 前