photo

Dolf


Last seen: Today Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

4 Questions
3 Réponses

Cody

0 Problèmes
126 Solutions

RANG
136 440
of 301 360

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 21 241

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
1 963
of 174 151

CONTRIBUTIONS
0 Problèmes
126 Solutions

SCORE
1 510

NOMBRE DE BADGES
5

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Community Group Solver
  • Promoter
  • Commenter
  • Introduction to MATLAB Master
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

environ 20 heures il y a

A résolu


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

environ 22 heures il y a

A résolu


Getting the indices from a matrix
Inspired by Problem 645. Getting the indices from a matrix. Given a matrix A (or a vector), return the indices (always in row...

5 jours il y a

A résolu


Calculate days until Christmas
Provided with inputs year, month, day e.g. 2019,11,12, calculate the number of days until the next Christmas day, i.e. the next ...

6 jours il y a

A résolu


Convert a temperature reading from Celsius to an unknown scale
Two of the most famous temperature scales are the Celsius and the Fahrenheit scale. In reality, however, there are so many other...

12 jours il y a

A résolu


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

19 jours il y a

A résolu


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

19 jours il y a

A résolu


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

19 jours il y a

A résolu


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

19 jours il y a

A résolu


to the 2 all elements
to the 2 all elements

19 jours il y a

A résolu


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

19 jours il y a

A résolu


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

19 jours il y a

A résolu


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

19 jours il y a

A résolu


Draw a '0' in a one matrix!

19 jours il y a

A résolu


Create a figure and plot data
Given two data vectors (x,y), open a new figure and plot the data. Return the figure handle.

21 jours il y a

A résolu


Converts numbers into characters
Converts numbers into characters

21 jours il y a

A résolu


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the second...

21 jours il y a

A résolu


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

21 jours il y a

A résolu


SatCom #1: Wavelength of an electomagnetic wave
*Satellite and Space Engineering - Problem #1* _This is the first of a series of problems looking at topics in satellite and ...

26 jours il y a

A résolu


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

26 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


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

27 jours il y a

A résolu


Compute the missing quantity among P, V, T for an ideal gas
Consider 100 mol of helium gas at a certain pressure (P), volume (V), and temperature (T). Assuming that the ideal gas law appli...

29 jours il y a

Charger plus