Zane - MATLAB Central
photo

Zane


Last seen: 7 dagen ago Active since 2025

Followers: 0   Following: 0

Statistics

CodyFrom 01/25 to 03/25Use left and right arrows to move selectionFrom 01/25Use left and right arrows to move left selectionTo 03/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
65 Solutions

RANK
N/A
of 297.738

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20.469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
6.933
of 159.472

CONTRIBUTIONS
0 Problems
65 Solutions

SCORE
926

NUMBER OF BADGES
6

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Draw a '4' in a zero matrix!

7 dagen ago

Solved


Draw a '6' in a zero matrix!

7 dagen ago

Solved


Draw a '9' in a zero matrix!

7 dagen ago

Solved


Draw a '7' in a zero matrix!

7 dagen ago

Solved


Draw a '8' in a zero matrix!

7 dagen ago

Solved


Draw a '3' in a zero matrix!

7 dagen ago

Solved


Draw a '2' in a zero matrix!

7 dagen ago

Solved


Draw a '5' in a zero matrix!

7 dagen ago

Solved


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

7 dagen ago

Solved


Draw a '1' in a zero matrix!

7 dagen ago

Solved


Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
For a row vector: V=[7 1 2 -3] there is one sign change (from 2 to -3). So, the function you write must return N=1. F...

7 dagen ago

Solved


Symmetry of vector
Determine whether the vector is symmetric or not (vector could be even or odd in length). For example: x = [1 2 3 3 2 1] is s...

7 dagen ago

Solved


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

7 dagen ago

Solved


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

20 dagen ago

Solved


Converts numbers into characters
Converts numbers into characters

20 dagen ago

Solved


Find the max element of the array
Find the max element of the array

20 dagen ago

Solved


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

20 dagen ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

20 dagen ago

Solved


to the 2 all elements
to the 2 all elements

20 dagen ago

Solved


the average value of the elements
Calculate the average value of the elements in the array

20 dagen ago

Solved


Double all elements in the array
Duplicate all elements in the array

20 dagen ago

Solved


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

20 dagen ago

Solved


Draw a '0' in a one matrix!

20 dagen ago

Solved


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

20 dagen ago

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

20 dagen ago

Solved


Inner product of two vectors
Find the inner product of two vectors.

28 dagen ago

Solved


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

28 dagen ago

Solved


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

28 dagen 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.

28 dagen ago

Solved


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

28 dagen ago

Load more