Gelöst


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 Tage vor

Gelöst


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 Tage vor

Gelöst


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

11 Tage vor

Gelöst


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

11 Tage vor

Gelöst


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 Tage vor

Gelöst


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 Tage vor

Gelöst


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

11 Tage vor

Gelöst


Area of rhombus
Calculate the rhombus area

11 Tage vor

Gelöst


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

11 Tage vor

Gelöst


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 Tage vor

Gelöst


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

11 Tage vor

Gelöst


ascii value
let input='a' output=97

11 Tage vor

Gelöst


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

11 Tage vor

Gelöst


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 Tage vor

Gelöst


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 Tage vor

Gelöst


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

11 Tage vor

Gelöst


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 Tage vor

Beantwortet
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 Tage vor | 0

Beantwortet
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 Tage vor | 0

Beantwortet
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 Tage vor | 0

| akzeptiert

Beantwortet
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 Tage vor | 0

| akzeptiert

Beantwortet
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 Tage vor | 0

| akzeptiert

Gelöst


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

14 Tage vor

Gelöst


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 Tage vor

Gelöst


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 Tage vor

Gelöst


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

14 Tage vor

Gelöst


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 Tage vor

Gelöst


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 Tage vor

Beantwortet
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 Tage vor | 0

Beantwortet
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 Tage vor | 0

Mehr laden