A résolu


Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...

11 jours il y a

A résolu


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

11 jours il y a

A résolu


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

11 jours 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?

11 jours il y a

A résolu


Find the 9's Complement
Find the 9's complement of the given number. An example of how this works is <http://electrical4u.com/9s-complement-and-10s-c...

11 jours il y a

A résolu


Make an awesome ramp for a tiny motorcycle stuntman
Okay, given a vector, say v=[1 3 6 9 11], turn it into a matrix 'ramp' like so: m=[1 3 6 9 11; 3 6 9 11 0; 6 9 ...

11 jours il y a

A résolu


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

11 jours il y a

A résolu


Area of rhombus
Calculate the rhombus area

11 jours il y a

A résolu


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

11 jours il y a

A résolu


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

11 jours il y a

A résolu


Reverse a matrix
Its simple. You have to reverse a given matrix.

11 jours il y a

A résolu


ascii value
let input='a' output=97

11 jours il y a

A résolu


reverse string
input='rama' output='amar'

11 jours il y a

A résolu


surface of parallelogram
Given 2 vectors of each 3 elements, determine the surface of the parallelogram which can be created from these 2 vectors.

11 jours il y a

A résolu


Filter AC, pass DC
Input x is the sampled signal vector, may have both AC and DC components. Output vector y should not contain any AC component. ...

11 jours il y a

A résolu


surface of a spherical planet
you just discovered its circumference, that is the input.

11 jours il y a

A résolu


Calculate the Voltage Through a Step-Up Transformer
Given a step-up transformer has a primary coil with A number loops, a secondary coil with B number loops, and a primary voltage ...

11 jours il y a

Réponse apportée
Reset Slider to zero
Hi Daniel, To achieve the desired functionality of setting the slider value to zero when it is ctrl + clicked, you can utiliz...

11 jours il y a | 0

Réponse apportée
Isolating one Texture from LBP
Hi Veronica, Are you familiar with extractLBPFeatures function in Matlab because this will help you extract the LBP features....

11 jours il y a | 0

Réponse apportée
How do I output hidden layers to a custom loss function in a regularized autoencoder?
Hi Joseph, To address your concerns about debugging a custom training loop and implementing custom layers while utilizing the...

12 jours il y a | 0

| A accepté

Réponse apportée
I want to know the properties of ray instead of each path in Matlab ray-tracer for RF propagation
Hi Abdul, Certainly! In MATLAB, you can obtain the properties of raypaths through various functions and methods, depending o...

13 jours il y a | 0

| A accepté

Réponse apportée
simulink model generation error
Hi Jaykishan, What you mentioned sounds like potential issues in the HDL code being imported. Make sure that the HDL code is ...

14 jours il y a | 0

| A accepté

A résolu


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

14 jours il y a

A résolu


Find out sum of prime number till given number
Find out sum of prime number till given number Example, if number is 10, then answer must be 17.

14 jours il y a

A résolu


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

14 jours il y a

A résolu


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

14 jours il y a

A résolu


Find the nearest integer
Given a vector of integers and a real number find the closest integer. EX: >> a = [2 4 5 6 8 10]; >> b = 4.6; >> nea...

14 jours il y a

A résolu


Find out total non zero element of matrix
Find out Non zero element of matrix A=magic(5) 17 24 1 8 15 23 5 7 14 16 4 6...

14 jours il y a

Réponse apportée
Rectify image with known coordinates
Hi JCD, Hi JCD, Now that you have provided the full code, let me break down your requirements and provide a structure...

14 jours il y a | 0

Réponse apportée
getting name of the txsite that offers best SINR (or signal strength)
Hi Darkh, To approach this problem, begin by specifying the geographical area where you want to analyze the signal strength. ...

14 jours il y a | 0

Charger plus