
Emma Smith Zbarsky
MathWorks
Statistics
RANG
N/A
of 273.166
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
1.702 of 18.447
REPUTATION
1.026
DURCHSCHNITTLICHE BEWERTUNG
4.70
BEITRÄGE
15 Dateien
DOWNLOADS
495
ALL TIME DOWNLOADS
13387
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Gesendet
Numerical Integration
Interactive courseware module that addresses the fundamentals of numerical integration taught in mathematics courses.
etwa 10 Stunden vor | 2 Downloads |

Gesendet
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 ...
4 Tage vor | 7 Downloads |

Gesendet
Programming: Organizing Data
This courseware module addresses working with data: textual data types, numerical data types, data storage, and memory.
4 Tage vor | 22 Downloads |

Gesendet
Programming: Structuring Code
These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.
4 Tage vor | 2 Downloads |

Gesendet
Binary Morphology in Image Processing
Interactive courseware module that introduces the fundamental morphological operations used in image processing.
4 Tage vor | 4 Downloads |

Gesendet
Convolution in Digital Signal Processing
Interactive courseware module that addresses common foundational-level concepts taught in signal processing courses.
4 Tage vor | 9 Downloads |

Gesendet
Fundamentals-of-Programming
An overview of programming concepts including arrays, strings, loops, and algorithms with a project.
4 Tage vor | 9 Downloads |

Gesendet
Numerical-Methods-with-Applications
Teach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
4 Tage vor | 9 Downloads |

Gesendet
Descriptive Statistics and Probability Distributions
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
4 Tage vor | 10 Downloads |

Gesendet
Probability-Theory
A courseware module that covers fundamental concepts including the basics of probability, random variables, and Bayes' Theorem.
4 Tage vor | 8 Downloads |

Gesendet
Calculus-Derivatives
Interactive module that introduces fundamentals of derivatives including the product and chain rule as presented in Calculus I c...
5 Tage vor | 5 Downloads |

Gesendet
Calculus-Integrals
Interactive examples using MATLAB to visualize and practice integral calculus and a calculus flashcards app.
5 Tage vor | 11 Downloads |

Gesendet
Fourier Analysis
Learn Fourier analysis using live scripts and apps.
20 Tage vor | 151 Downloads |

Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
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 Monate vor
Gelöst
Adding Inset Plots
You can use the axes function to define the position of an empty x/y axis. The position is measured relative the the bottom left...
4 Monate vor
Gelöst
Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...
4 Monate vor
Gelöst
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...
4 Monate vor
Gelöst
Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...
4 Monate vor