Respondida
reading an pdf image
first of all its almost same after downloading the file you upload on link,your file is in png format,if you want to increase th...

más de 10 años hace | 0

| aceptada

Pregunta


f is a matrix image converted to new matrix image by using mat2gray function. i want to know how elements of new matrix formed ?
i got f = [1 2;3 4] gives me f = 1 2;3 4 when i use mat2gray(f) funtion it yields result ans = 0 0.3333;0.6667 1.0000 anyone ...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

más de 10 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 10 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 10 años hace

Pregunta


want to know about different types of images and how they differ from each other?
i know there are four types of images. gray scaled binary image indexed image rgb image any other images where present or n...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


when i am using imshow(A,G) , i got Undefined function or variable 'G'. why so ?
i am using imshow(A,G), where A represent my image file matrix and G is the no. of intensity level used to display it as i read ...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


i use function size(a), 1200*1920*3. what 3 means in this?
where a is my image matrix, i got result as 1200*1920*3. what 3 means in this?

más de 10 años hace | 2 respuestas | 0

2

respuestas