bigdog - MATLAB Central
photo

bigdog


Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB AnswersFrom 02/15 to 01/25Use left and right arrows to move selectionFrom 02/15Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
198.695
of 296.498

REPUTAZIONE
0

CONTRIBUTI
8 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
25.0%

VOTI RICEVUTI
0

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


DFT and FFT of Image
Shift the Fourier transform so that it is centered around the middle of your figure and plot the absolute value of the shifted ...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Image Compression of 512 x 512 using SVD
Choose your favorite image of size at least 512x512. Apply SVD compression with 3, 10, 20, and 40 top singular values and vector...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


Matrix of an Image
By manipulating the associated matrix of an image I need to create an up-side-down as well as left-to-right corresponding image....

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Drawing a 3-D graph of image using meshgrid and meshc
I have a 512 by 512 gray level image. How can I use meshgrid and meshc to draw a 3D graph of the function corresponding to the i...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Subsampling an image using subplot
How do I go about using the subplot command to subsample an image I have added to my workspace (named tw2) by a factor of 2, 5, ...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Gray-level image of JPEG i've added to workspace
I'm having trouble turning the colored image JPEG I've added to my workspace. I have been using the following code: image(tw2); ...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Computing pseudo-inverse and norms using pinv
I need to compute the pseudo-inverse as well as the norms using pinv of m = [ones(1000,1), repmat([2,0]', 500, 1)]; I've loo...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Creating a 512 x 512 image from 600 x 800
The idea is to have 512 pixels in both rows and columns of my image. I'm not sure which function I would use to do so. Any ideas...

quasi 10 anni fa | 1 risposta | 0

1

risposta
Go to top of page