photo

Harry


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

17 Questions
0 Réponses

RANG
8 096
of 300 753

RÉPUTATION
6

CONTRIBUTIONS
17 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
70.59%

VOTES REÇUS
6

RANG
 of 21 075

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 858

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Using 'disp' function with variables
I have a line of code which is giving me some trouble and I cant understand why: disp('There is an ice rule violation at...

plus de 12 ans il y a | 2 réponses | 1

2

réponses

Question


initialising a color map
How do I create a colormap with n*m pixels which is all white and then display it?

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


calling a sequence of images for processing
I have a part of my code shown below which allocates the file name of a sequence of images so that it can be read with the imrea...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


saving an image using 'imwrite'
I'm trying to save an grayscale image to a file using imagesc(Nv) imwrite(Nv,'C:\Users\bostock_h\Documents\Images\charg...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


colormaps. how do they work?
I am trying to assign colours to an n*m matrix N, so I can then display the matrix with red and blue squares with a white backgr...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


How do I initialize a n * m colormap matrix
I want to set a blank colormap (preferably all white) at the beginning of my code so elements can be added to it later. Previous...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


Finding the dimensions of an image
Is there some way of getting MATLAB to find the pixel dimensions of an image uploaded using the 'imread' command?. Or more simpl...

plus de 12 ans il y a | 4 réponses | 1

4

réponses

Question


How do I exit a loop with a key hit?
So I have a loop in my code but I want to exit the loop and move onto the next set of calculations after I hit some key. I know ...

plus de 12 ans il y a | 4 réponses | 0

4

réponses

Question


Tracking mouse position on figure
I'm looking for some way of turning a JPEG into a MATLAB figure (which I know how to do). And then be able click on the figure a...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


reading images in a file
Is there some way to access many files inside a folder which have names which differ numerically. Something like this: for ...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


using testtype to check odd or even numbers
In my code I try to use an 'if' operator to check whether a number is odd or even, so the code knows whether to proceed. So some...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


using greater than or less than in 'switch' and 'case' expressions
I don't quite understand how to use the switch and case expressions to calculate when a variable is less than or greater than a ...

plus de 12 ans il y a | 3 réponses | 1

3

réponses

Question


How do you initialize an N*M matrix?
From the MATLAB help, it says to use: M = matrix(N, M) but when I apply this it says that the function 'matrix' is not rec...

plus de 12 ans il y a | 6 réponses | 3

6

réponses

Question


problem with subscript indices and varibles in functions
If I use the following code: function image_processing_project M = imread('C:\Users\bostock_h\Documents\Images\13051...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


Output arguments in functions
In my code I have a some functions with an output argument c which seems to have caused some trouble as the errors are: Er...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


error due to function application
When I run the following code it gives the error: Error: File: image_processing_project.m Line: 55 Column: 1 Functio...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


How do I turn an image jpg image into a matrix using the 'imread' command? and image analysis
I know that I should use the `imread` command but I don't know how to retrieve an image from a particular file do I have to impo...

plus de 12 ans il y a | 1 réponse | 0

1

réponse