A résolu


Splitting Triangle - Problem the third

environ 5 ans il y a

Problème


Splitting Triangle - Problem the third

environ 5 ans il y a | 0 | 27 solveurs

A résolu


Back to basics 26 - Keywords
Covering some basic topics I haven't seen elsewhere on Cody. Return a cell array of strings of all MATLAB keywords.

environ 5 ans il y a

A résolu


Multiples of a Number in a Given Range
Given an integer factor _f_ and a range defined by _xlow_ and _xhigh_ inclusive, return a vector of the multiples of _f_ that fa...

environ 5 ans il y a

A résolu


Malus’ Law (theta) between polarizations

environ 5 ans il y a

A résolu


Find the efficiency

environ 5 ans il y a

A résolu


Logic 1

environ 5 ans il y a

A résolu


Rotate matrix by coloumns

environ 5 ans il y a

A résolu


Ohmic Heating

environ 5 ans il y a

A résolu


Splitting Triangle - Problem the second

environ 5 ans il y a

Problème


Splitting Triangle - Problem the second

environ 5 ans il y a | 2 | 34 solveurs

A résolu


Splitting Triangle

environ 5 ans il y a

Problème


Splitting Triangle - Problem the first

environ 5 ans il y a | 1 | 41 solveurs

A résolu


Splitting Square - Problem the third

environ 5 ans il y a

Problème


Splitting Square - Problem the third

environ 5 ans il y a | 1 | 36 solveurs

A résolu


Splitting Square - Problem the second

environ 5 ans il y a

Problème


Splitting Square - Problem the second

environ 5 ans il y a | 3 | 49 solveurs

A résolu


Splitting Square - Problem the first

environ 5 ans il y a

Problème


Splitting Square - Problem the first

environ 5 ans il y a | 2 | 75 solveurs

A résolu


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

environ 5 ans il y a

A résolu


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

environ 5 ans il y a

A résolu


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

environ 5 ans il y a

A résolu


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

environ 5 ans il y a

A résolu


vector to string
Determine what the ASCII characters spell out. Example: input = [ 72 73 71 72] output = 'HIGH'

environ 5 ans il y a

A résolu


Get 1-4-3-4-4
Get the value of the indices in the title and assign it to an array

environ 5 ans il y a

A résolu


Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...

environ 5 ans il y a

A résolu


N-plicate me
Modified version of duplicate and triplicate me. Repeat elements of input vector with given input n Ex: input = [1 2 3 4 5...

environ 5 ans il y a

A résolu


Matlab Basics II - Intervals
Write a function that takes an interval from a to b, and divides it into 5 parts example: a = 1, b = 2 output = 1 1.25 ...

environ 5 ans il y a

A résolu


Matlab Basics - Logical Tests I
Write a script to test whether a year number is for a leap year or not. eg. x = 1884 output = 1 eg. x = 3 output = 0

environ 5 ans il y a

A résolu


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

environ 5 ans il y a

Charger plus