photo

Brian


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

10 Fragen
2 Antworten

Cody

0 Probleme
4 Lösungen

RANG
35.143
of 300.392

REPUTATION
1

BEITRÄGE
10 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
40.0%

ERHALTENE STIMMEN
1

RANG
 of 20.933

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
62.825
of 168.335

BEITRÄGE
0 Probleme
4 Lösungen

PUNKTESTAND
50

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Frage


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

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


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

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

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

fast 11 Jahre vor | 0

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

fast 11 Jahre vor | 0

Frage


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

fast 11 Jahre vor | 3 Antworten | 0

3

Antworten