photo

Kevin Yeung


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

2 Fragen
1 Antwort

Cody

0 Probleme
9 Lösungen

RANG
12.433
of 300.364

REPUTATION
4

BEITRÄGE
2 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
2

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
33.331
of 168.407

BEITRÄGE
0 Probleme
9 Lösungen

PUNKTESTAND
140

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How would I convert this .mat file to a .tif file?
I have a .mat file which describes a mask that I am using for PIV analysis. It contains two cells, which each contains submatric...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Why do I get an error with the fit function even though I'm following at MATLAB tutorial?
I figured it out! I simply forgot to install the Curve Fitting Toolbox. Thanks anyways!

mehr als 5 Jahre vor | 2

| akzeptiert

Frage


Why do I get an error with the fit function even though I'm following at MATLAB tutorial?
I am trying to learn how to use the fit function by using the following example code from MATLAB: x = (0:0.2:5)'; y = 2*exp(-0...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 5 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

mehr als 5 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

mehr als 5 Jahre vor

Gelöst


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

mehr als 5 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 5 Jahre vor

Gelöst


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

mehr als 5 Jahre vor

Gelöst


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

mehr als 5 Jahre vor

Gelöst


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

mehr als 5 Jahre vor

Gelöst


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

mehr als 5 Jahre vor