photo

Marshall


UNM

Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

8 Questions
1 Réponse

Cody

0 Problèmes
5 Solutions

RANG
21 906
of 300 379

RÉPUTATION
2

CONTRIBUTIONS
8 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
2

RANG
 of 20 931

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
56 517
of 168 299

CONTRIBUTIONS
0 Problèmes
5 Solutions

SCORE
60

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

Question


Hey so I've written a snippet of code in order to perform an affine transformation and I am not getting the results I want. Can someone see what I am doig wrong.
Here I have an assignement to transform an image based on a user input. Below is what I have. imshow(k) p1 = impoint ...

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

1

réponse

Question


Need to generate tform matrix from triangle parameters.
If a user draws a triangle with parameters b, h and theta and wants to change an entire image via a transformation from a new tr...

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


What is an alternatice to the Estimate geometric transform function for older versions of matlab?
I am working with a 2012 version of matlab that does not support the detectSURFFeatures function. Is there any alternatives?

presque 10 ans il y a | 1 réponse | 1

1

réponse

Question


Using image processing how can I generate a transformation matrix based from a user defined geometric change.
<</matlabcentral/answers/uploaded_files/42943/geometrictransform.png>>

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


I am being tasked with building an image processing GUI and need to set geometries within an image. Need some instruction on where to start.
Hello I have been tasked to replicate an existing software that works with image processing of images obtained from Transmissi...

presque 10 ans il y a | 2 réponses | 0

2

réponses

Question


Errors using imwrite "Unable to determine the file format from the filename" I am trying to splice together the name of a new image file but dont understand why imwrite isnt working.
% --- Executes on button press in Save. function Save_Callback(hObject, eventdata, handles) % hObject handle to Save ...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Image processing function works to skew an image but Im not sure why?
if true % code end clc black = [0 0 0]'; a = .15; T = maketform('affine', [1 0 0; a 1 0; 0 0 1] ); A = imread('SI...

presque 10 ans il y a | 0

| A accepté

Question


Image processing function works to skew an image but Im not sure why?
In plain english could someone explain each maketform, makresampler, and imtransform and how they work. If I am trying to make s...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


How do I make shear corrections to an image?
I am being tasked with correcting images provided by an electorn microscope. The pictures of the lattice do not have a 90 degree...

presque 10 ans il y a | 2 réponses | 1

2

réponses