문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


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

6년 초과 전

문제를 풀었습니다


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

6년 초과 전

질문


What are the properties of integer wavelet transforms that affect the reversible data hiding?
Currently, I am working on integer wavelet based reversible data hiding. From the past literature, I have observed that most of ...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to get UCID dataset?
Currently, I am working on image based reversible data hiding. In my base paper, the authors have used the test images from UCID...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to calculate or estimate robustness of an reversible data hiding algorithm?
I have implemented an image based RDH algorithm using histogram shifting. I am getting a decent embedding capacity and good visu...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


How to get synthesis scaling and wavelet function waves from predict and update equations?
I have a Le gal 5/3 wavelet predict and update equations, From that how can I plot a graphs of synthesis scaling and wavelet fun...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Consider an one dimensional convolution, and change the multiplication part (a*b) to power (a^b) and summation part (Sigma) to multiplication (Phi). How can I write a program for this using vectorization.
Mathematically I want to implement a function. A and B are two integer arrays. <</matlabcentral/answers/uploaded_files/60561...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I apply lifting scheme to my own wavelet?
I have implemented and added a bi-orthogonal wavelet function to the wavelet toolbox using wavemngr function. Now I want to appl...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


I have three different sizes of bit-planes and one binary data. I need to find out the bit-planes which are similar to the binary array.
For example, I have ten 16*16 planes, ten 8*8 planes, ten 4*4 planes and 1000-bit binary array. I need to map information with t...

대략 8년 전 | 답변 수: 0 | 0

0

답변

제출됨


Generalized spatial domain image smoothening
This program performs the spatial domain image smoothing operation with user selected window sizes.

대략 8년 전 | 다운로드 수: 2 |