
Emma Smith Zbarsky
MathWorks
Content Feed
제출됨
Mass-Spring-Damper Systems
Interactive courseware module that addresses the fundamentals of mass-spring-damper systems taught in mechanical engineering cou...
3일 전 | 다운로드 수: 78 |

제출됨
Air Track Collisions Lab
Interactive courseware module that addresses one-dimensional collisions using a virtual air track model.
3일 전 | 다운로드 수: 5 |

제출됨
Machine Learning for Regression
Interactive module that introduces typical workflow, setup, and considerations involved in solving regression problems with mach...
4일 전 | 다운로드 수: 20 |

제출됨
Regression Basics
Interactive courseware module that addresses the fundamentals of regression analysis taught in STEM courses.
4일 전 | 다운로드 수: 12 |

제출됨
Numerical Integration
Interactive courseware module that addresses the fundamentals of numerical integration taught in mathematics courses.
4일 전 | 다운로드 수: 10 |

제출됨
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일 전 | 다운로드 수: 9 |

제출됨
Programming: Organizing Data
This courseware module addresses working with data: textual data types, numerical data types, data storage, and memory.
8일 전 | 다운로드 수: 13 |

제출됨
Programming: Structuring Code
These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.
8일 전 | 다운로드 수: 2 |

제출됨
Binary Morphology in Image Processing
Interactive courseware module that introduces the fundamental morphological operations used in image processing.
8일 전 | 다운로드 수: 5 |

제출됨
Convolution in Digital Signal Processing
Interactive courseware module that addresses common foundational-level concepts taught in signal processing courses.
8일 전 | 다운로드 수: 11 |

제출됨
Fundamentals-of-Programming
An overview of programming concepts including arrays, strings, loops, and algorithms with a project.
8일 전 | 다운로드 수: 8 |

제출됨
Numerical-Methods-with-Applications
Teach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
8일 전 | 다운로드 수: 11 |

제출됨
Descriptive Statistics and Probability Distributions
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
8일 전 | 다운로드 수: 12 |

제출됨
Probability-Theory
A courseware module that covers fundamental concepts including the basics of probability, random variables, and Bayes' Theorem.
8일 전 | 다운로드 수: 9 |

제출됨
Calculus-Derivatives
Interactive module that introduces fundamentals of derivatives including the product and chain rule as presented in Calculus I c...
8일 전 | 다운로드 수: 7 |

제출됨
Calculus-Integrals
Interactive examples using MATLAB to visualize and practice integral calculus and a calculus flashcards app.
8일 전 | 다운로드 수: 12 |

문제를 풀었습니다
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...
3달 전
문제를 풀었습니다
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...
3달 전
문제를 풀었습니다
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...
3달 전
문제를 풀었습니다
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...
3달 전
문제를 풀었습니다
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...
3달 전
문제를 풀었습니다
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...
3달 전
문제를 풀었습니다
Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...
3달 전
문제를 풀었습니다
Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...
3달 전
문제를 풀었습니다
Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.
4달 전
문제를 풀었습니다
Plot Line Specifications
Create a line plot for function cos(x) where x is a vector of linearly spaced values going from 0 to input N with an increment o...
4달 전
문제를 풀었습니다
3D Plots and Colorbars
Use the matrices X, Y, and Z provided in the function template to create a surface plot. Add a colorbar to the surface plot and ...
4달 전
문제를 풀었습니다
Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...
4달 전
문제를 풀었습니다
Jack O'Lantern
If visualized correctly, the data contained in the matrix A will look like a jack-o'-lantern. Create a function that will visu...
4달 전