A résolu


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

presque 5 ans il y a

A résolu


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

presque 5 ans il y a

A résolu


02 - Vector Variables 2
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2b.png>>

presque 5 ans il y a

A résolu


02 - Vector Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of ...

presque 5 ans il y a

A résolu


Area of a Square
Inside a square is a circle with radius r. What is the area of the square?

presque 5 ans il y a

A résolu


Back to basics 15 - classes
Covering some basic topics I haven't seen elsewhere on Cody. Return the class of the input variable.

presque 5 ans il y a

A résolu


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

presque 5 ans il y a

A résolu


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

presque 5 ans il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

presque 5 ans il y a

A résolu


Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...

presque 5 ans il y a

A résolu


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

presque 5 ans il y a

A résolu


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

presque 5 ans il y a

A résolu


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

presque 5 ans il y a

A résolu


Draw Letter 'L'

presque 5 ans il y a

A résolu


Min-Max digit

presque 5 ans il y a

A résolu


Write a function to generate AND operation

presque 5 ans il y a

Question


Error in 'trainNetwork' (line 141) for multi-input and single output CNN model
Hi, I am working on a CNN model with 2 images as input and single image as output. The code for training is as follows: traine...

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

1

réponse

Réponse apportée
How can I give multiple input image frames in CNN ?
You may check the link: https://www.mathworks.com/help/deeplearning/ug/multiple-input-and-multiple-output-networks.html

presque 5 ans il y a | 0

A résolu


How long do each of the stages of the rocket take to burn?
A space rocket has 3 stages: - stage 1, s1; - stage 2, s2; - stage 3, s3. If s1 burns 3 x as long as s2 which burns ...

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

Question


Add variable as input parameter in deep learning model
I am working on CNN model which increases pixel value of input image by x times. Here, the value of x is different for each pixe...

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

1

réponse

A résolu


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

presque 5 ans 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;...

presque 5 ans il y a

A résolu


Converts numbers into characters
Converts numbers into characters

presque 5 ans il y a

A résolu


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

presque 5 ans 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

presque 5 ans il y a

A résolu


to the 2 all elements
to the 2 all elements

presque 5 ans il y a

A résolu


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

presque 5 ans il y a

Charger plus