A résolu


Total energy

presque 3 ans il y a

A résolu


Potential energy calculation

presque 3 ans il y a

A résolu


Kinetic energy calculation

presque 3 ans il y a

A résolu


Laws of motion 6

presque 3 ans il y a

A résolu


Laws of motion 5

presque 3 ans il y a

A résolu


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

presque 3 ans il y a

A résolu


Laws of motion 3

presque 3 ans il y a

A résolu


Laws of motion 2

presque 3 ans il y a

A résolu


Laws of motion 1

presque 3 ans 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...

presque 3 ans il y a

A résolu


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

presque 3 ans il y a

Réponse apportée
I know there are commands to use when finding the max values within an array, how would I do it through data from a graph?
Why don't you use Min/Max function on the variable you are plotting. That will give you min/max value along with the correspondi...

presque 3 ans il y a | 0

Réponse apportée
How can I partition the data to training (70%) testing (20%) & validation (10%) such that mean & SD of each subsets same?
Hello Srinivas! You haven't mentioned with what kind of database you are working with. However if the data is related to image,...

presque 3 ans il y a | 0

Réponse apportée
OFDM probability of error vs SNR
Hi Jose! No it should not take long time to simulate unless the video you are using is large. However if you want to plot BER ...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How to label a picture according to the color of pixels
Hi Muchen! You can use 'categorical' function to convert array into lable form.

presque 3 ans il y a | 0

A résolu


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

presque 3 ans il y a

A résolu


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.

presque 3 ans il y a

A résolu


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.

presque 3 ans il y a

A résolu


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

presque 3 ans il y a

A résolu


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

presque 3 ans il y a

A résolu


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

presque 3 ans il y a

Question


Train a deep learning model with filename in single csv file.
I want to train U-Net model for an application. Images are having multiple bands saved in different .tif file. To train DL model...

presque 3 ans il y a | 1 réponse | 0

1

réponse

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

presque 3 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

presque 3 ans 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...

presque 3 ans il y a

Réponse apportée
Edge detection at a certain degree without using specific filter
This is the example to detect diagonal images. If you want to detect edges of soecific angle you may make your own filter and us...

presque 3 ans il y a | 0

Charger plus