Community Profile

photo

Sreya


Aktiv seit 2013

Professional Interests: signal processing and communications engineering. Sonar signal processing.

Statistiken

All
  • Thankful Level 1
  • Promoter
  • Commenter
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


How can we resolve the error caused by - Dictionary entry value class 'DATA.Signal' is undefined ?
When I am trying to open a Data Dictionary File ( .sldd) of a Component Model in 2019b, I am getting the following error : ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

mehr als 4 Jahre vor

Frage


Lookup tables in Extended Kalman FIlter
Hi, I want to model an extended Kalman filter in Simulink, with its previous state values taken from a 2 Dimensional looukup ta...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

mehr als 6 Jahre vor

Gelöst


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

mehr als 6 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 6 Jahre vor

Gelöst


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

mehr als 6 Jahre vor

Gelöst


Summing digits
Given n, find the sum of the digits that make up 2^n. Example: Input n = 7 Output b = 11 since 2^7 = 128, and 1 + ...

mehr als 6 Jahre vor

Gelöst


radius of a spherical planet
You just measured its surface area, that is the input.

mehr als 6 Jahre vor

Gelöst


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

mehr als 6 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

mehr als 6 Jahre vor

Frage


Relation between camera height, image distance (number of pixels) and actual distance to an object.
Hi, I have a camera with infinite focus and 180 degrees viewing angle, placed at a height 'h' from the ground. If I am viewing ...

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Image size reduction using scaling
Hi, I want to reduce the size of an image in such a way that, the sample pixels are selected from the image with 16 pixel distan...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Degrees to Radian
Convert degrees to radians

fast 7 Jahre vor

Gelöst


Is matlab fun?
Returns 'yes' no matter the input.

fast 7 Jahre vor

Gelöst


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

fast 7 Jahre vor

Gelöst


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

fast 7 Jahre vor

Gelöst


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

fast 7 Jahre vor

Gelöst


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

fast 7 Jahre vor

Gelöst


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

etwa 7 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

etwa 7 Jahre vor

Gelöst


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

etwa 7 Jahre vor

Gelöst


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

etwa 7 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 7 Jahre vor

Frage


Dirt Detection on camera lens
Which method in image processing will be effective for dirt and dust detection on camera lenses?

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

etwa 7 Jahre vor

Gelöst


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

etwa 7 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

etwa 7 Jahre vor

Frage


MATLAB to OpenCV conversion
is there any possibility to convert MATLAB files (.m files) to python script/ cpp to compile it in opencv?

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


SONAR angle-range plot
Hi, i am doing a project related to sonar. I want to get a range bearing plot of sonar. If the range of the target is 300 and...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden