photo

Brian


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

10 Questions
2 Answers

Cody

0 Problems
4 Solutions

RANK
35,143
of 300,674

REPUTATION
1

CONTRIBUTIONS
10 Questions
2 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
1

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
63,513
of 170,032

CONTRIBUTIONS
0 Problems
4 Solutions

SCORE
50

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Type problem with psnr
I'm using the command psnr on a reference image and a changed image, but I'm getting a class error. When I run the code, I get ...

11 years ago | 0 answers | 0

0

answers

Question


Image types and matrix multiplication
Lena= im2double(rgb2gray(imread('lena.bmp'))); energyLena= sum(sum(I.^2)) WaveletTransform= T1*I*inverse(T1); %%T1 is ...

11 years ago | 2 answers | 0

2

answers

Question


Substitute matrix values without mchange
I am using some code to substitute values without the symbolic toolbox. The code follows. # 1: B=A(A>2) # 2: T=zeros(size(A...

11 years ago | 1 answer | 0

1

answer

Question


Converting types without symbolic toolbox
I have a matrix which I want to convert to a list so that I can eliminate zeros. I have a code in Maple for this task, but can'...

11 years ago | 1 answer | 0

1

answer

Question


Making a list of a large matrix
The help page for making a list wasn't very informative for me. I have a list of ascending to descending values in a matrix, an...

11 years ago | 0 answers | 0

0

answers

Question


Wavelet Transform energy preservation
Some brief understanding of this topic is required as I describe my problem. In Wavelet image compression, one has two main com...

11 years ago | 0 answers | 0

0

answers

Question


Help understand the sumsqr algorithm
For a current project, I've begun switching between versions of matlab. For my trial of 2014, I guess I didn't download the neu...

11 years ago | 2 answers | 0

2

answers

Question


Trouble with image importing
In my project, which focuses on image processing techniques, I have a significant fundamental problem. When I try to import a bl...

11 years ago | 2 answers | 1

2

answers

Question


sum of squared elements in a matrix
I tried using the sumsqr to sum squares of each element in a matrix I don't think I understand the syntax. I tried putting the ...

11 years ago | 1 answer | 0

1

answer

Answered
Multiplying matrices of different classes
I am encountering a new problem: When I input an image using imread, the resulting matrix is 3-Dimensional. That is, 256x256x3 ...

11 years ago | 0

Answered
Multiplying matrices of different classes
In calculating threshold, one chooses a value close to .99 to signify how many low values in the matrix we can turn into zeros. ...

11 years ago | 0

Question


Multiplying matrices of different classes
In my applied math course, we're learning wavelet compression techniques, and my partner and I have so far constructed two matri...

11 years ago | 3 answers | 0

3

answers