Solved


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 dagar ago

Solved


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 dagar ago

Solved


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

11 dagar ago

Solved


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

11 dagar ago

Solved


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 dagar ago

Solved


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 dagar ago

Solved


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

11 dagar ago

Solved


Area of rhombus
Calculate the rhombus area

11 dagar ago

Solved


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

11 dagar ago

Solved


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 dagar ago

Solved


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

11 dagar ago

Solved


ascii value
let input='a' output=97

11 dagar ago

Solved


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

11 dagar ago

Solved


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 dagar ago

Solved


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 dagar ago

Solved


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

11 dagar ago

Solved


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 dagar ago

Answered
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 dagar ago | 0

Answered
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 dagar ago | 0

Answered
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 dagar ago | 0

| accepted

Answered
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 dagar ago | 0

| accepted

Answered
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 dagar ago | 0

| accepted

Solved


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

14 dagar ago

Solved


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 dagar ago

Solved


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 dagar ago

Solved


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

14 dagar ago

Solved


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 dagar ago

Solved


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 dagar ago

Answered
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 dagar ago | 0

Answered
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 dagar ago | 0

Load more