Zachary - MATLAB Central
photo

Zachary


Last seen: 5 månader ago Active since 2023

Followers: 0   Following: 0

Statistics

CodyFrom 01/23 to 04/25Use left and right arrows to move selectionFrom 01/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problems
105 Solutions

RANK
N/A
of 298 227

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 552

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
3 277
of 160 627

CONTRIBUTIONS
0 Problems
105 Solutions

SCORE
1 082

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

nästan 2 år ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

nästan 2 år ago

Solved


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

nästan 2 år ago

Solved


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

nästan 2 år ago

Solved


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

nästan 2 år ago

Solved


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

nästan 2 år ago

Solved


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

nästan 2 år ago

Solved


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

nästan 2 år ago

Solved


Divide pi
Divide pi by x!

nästan 2 år ago

Solved


raise 1/3
Raise a number to 1/3 power.

nästan 2 år ago

Solved


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

nästan 2 år ago

Solved


Negative matrix
Change the sign of all elements in given matrix.

nästan 2 år ago

Solved


Degrees to Radian
Convert degrees to radians

nästan 2 år ago

Solved


Watt
Ampere x Volt = Watt

nästan 2 år ago

Solved


Sum two matrices
Take two incoming matrices, and sum them

nästan 2 år ago

Solved


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

nästan 2 år ago

Solved


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

nästan 2 år ago

Solved


Convert Angstrom to Meters
Write a code that converts the angstrom unit to meters.(A is angstrom and m is meters.)

nästan 2 år ago

Solved


Mile to Kilometer
x is mile and y is km

nästan 2 år ago

Solved


GPA
Math's credit is 5 and you got x | Physics's credit 7 and you got y what is your GPA

nästan 2 år ago

Solved


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.

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


The Answer to Life, the Universe, and Everything
A variation of a previous Hitchhiker's Guide to the Galaxy problem. *Inputs:* Life, the Universe, and Everything *Output:*...

nästan 2 år ago

Solved


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

nästan 2 år ago

Solved


Problem 44444 !!! free beer everyone
just say hallelujah to solve this problem

nästan 2 år ago

Solved


determine amount cookies left
started with 3 cookies and you never ate any how many are left

nästan 2 år ago

Solved


Your favourite city!
Type your favourite city.

nästan 2 år ago

Solved


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

nästan 2 år ago

Solved


Calculate the volume of the football

nästan 2 år ago

Solved


The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...

nästan 2 år ago

Load more