Community Profile

photo

Maciej

MathWorks

Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistiche

  • Commenter
  • Project Euler I
  • Promoter
  • CUP Challenge Master
  • Community Group Solver
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


It dseon't mettar waht oedrr the lrettes in a wrod are.
An internet meme from 2003 (read more here) asserted that readers are relatively insensitive to letter order in words, so long a...

quasi 2 anni fa

Risolto


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

quasi 2 anni fa

Risolto


Find Logic 1

quasi 2 anni fa

Risolto


Find Logic 3

quasi 2 anni fa

Risolto


Find Logic 4

quasi 2 anni fa

Risolto


Find Logic 6

quasi 2 anni fa

Risolto


Find Logic 7

quasi 2 anni fa

Risolto


Find Logic 8

quasi 2 anni fa

Risolto


Find Logic 9

quasi 2 anni fa

Risolto


Find Logic 10

quasi 2 anni fa

Risolto


Find Logic 11

quasi 2 anni fa

Risolto


Find Logic 12

quasi 2 anni fa

Risolto


Find Logic 13

quasi 2 anni fa

Risolto


Find Logic 15

quasi 2 anni fa

Risolto


Find Logic 14

quasi 2 anni fa

Risolto


Find Logic 16

quasi 2 anni fa

Risolto


Find Logic 17

quasi 2 anni fa

Risolto


Find Logic 18

quasi 2 anni fa

Risolto


Find Logic 19

quasi 2 anni fa

Risolto


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

quasi 2 anni fa

Risolto


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


Find max
Find the maximum value of a given vector or matrix.

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


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

quasi 2 anni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

quasi 2 anni fa

Carica altro