photo

Katherine


Last seen: 13 Tage vor Aktiv seit 2025

Followers: 0   Following: 0

Statistik

Cody

0 Probleme
86 Lösungen

RANG
N/A
of 300.352

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
6.411
of 168.212

BEITRÄGE
0 Probleme
86 Lösungen

PUNKTESTAND
1.002

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Introduction to MATLAB Master
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

15 Tage vor

Gelöst


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

15 Tage vor

Gelöst


Create a vector
Create a vector from 0 to n by intervals of 2.

15 Tage vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

15 Tage vor

Gelöst


sign function

15 Tage vor

Gelöst


Variance computation (★)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

15 Tage vor

Gelöst


Power Numbers
Find the n-th power of m.

15 Tage vor

Gelöst


Slope intercept application
Find y given slope (m), x, and y intercept (b).

15 Tage vor

Gelöst


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

15 Tage vor

Gelöst


Baseball Pitch Question
One pitcher made 10 practice pitches during his warm up before the game. Using the given information, create a vector matrix an...

15 Tage vor

Gelöst


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

15 Tage vor

Gelöst


radius of a spherical planet
You just measured its surface area, that is the input.

15 Tage vor

Gelöst


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

17 Tage vor

Gelöst


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

17 Tage vor

Gelöst


Convert radians to degrees
Given input in radians, output to degrees

17 Tage vor

Gelöst


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

17 Tage vor

Gelöst


square root
Find the square root (y) of an input (x).

20 Tage vor

Gelöst


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

20 Tage vor

Gelöst


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

20 Tage vor

Gelöst


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

20 Tage vor

Gelöst


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

20 Tage vor

Gelöst


Make a Plot with Functions
Make a plot and test

20 Tage vor

Gelöst


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

20 Tage vor

Gelöst


Max of a Vector
Write a function to return the max of a vector

20 Tage vor

Gelöst


calculate the length of matrix
input 1 array, calculate the length

20 Tage vor

Gelöst


Spherical Volume
Calculate the volume of a sphere.

20 Tage vor

Gelöst


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

20 Tage vor

Gelöst


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

20 Tage vor

Gelöst


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

20 Tage vor

Gelöst


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

20 Tage vor

Mehr laden