photo

Chris E.


Last seen: oltre 2 anni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Professional Interests: Physics, Linear Accelerators, Data Analisis, Electronics

Statistica

All
MATLAB Answers

35 Domande
9 Risposte

File Exchange

2 File

Cody

18 Problemi
97 Soluzioni

RANK
4.605
of 301.533

REPUTAZIONE
11

CONTRIBUTI
35 Domande
9 Risposte

ACCETTAZIONE DELLE RISPOSTE
91.43%

VOTI RICEVUTI
3

RANK
15.525 of 21.316

REPUTAZIONE
11

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
2 File

DOWNLOAD
3

ALL TIME DOWNLOAD
114

RANK
2.705
of 175.212

CONTRIBUTI
18 Problemi
97 Soluzioni

PUNTEGGIO
1.240

NUMERO DI BADGE
9

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 4
  • Knowledgeable Level 1
  • Likeable
  • Famous
  • Personal Best Downloads Level 2
  • First Submission
  • Explorer
  • First Answer
  • Quiz Master
  • Puzzler
  • Promoter
  • Commenter

Visualizza badge

Feeds

Visto da

Domanda


2D Affine Transform on 2D
I'm attempting to use Affine Transform on an image and x,y coordnates. I made fake data that show the 4 corners of the image an...

circa 10 anni fa | 0 risposte | 0

0

risposte

Risposto
fill(ax,X,Y,C) not working???
thank you! Works great!

oltre 10 anni fa | 0

Domanda


fill(ax,X,Y,C) not working???
I have a GUI I made with handles.axis1 and handles.axis2, I'm using the fill functions and find that: fill(handles.axis2,X,...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Domanda


Visibly accurate scales/axes in plot3...
Hello Everyone, The code below represents "stored boxes" in a closet (or its one way to think about it). The scales in the p...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


draw a virtical line in loglog plot...
I would like to draw a straight vertical line in a loglog plot, but am not sure how. Here is what I got: loglog([0 0], [0.0...

oltre 10 anni fa | 1 risposta | 1

1

risposta

Domanda


plotyy scaling issue...
I'm still trying to figure out the scaling issue for the plotyy bar, I have had very little success. The issue is I still get t...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


plotyy issue with 'bar' graph, not scaling correctly?
Hello all! When I plot the data using plotyy making a bar graph with two sets of data, MATLAB plots it, but there is a distinct...

oltre 10 anni fa | 2 risposte | 0

2

risposte

Risposto
plotyy issue with 'bar' graph, not scaling correctly?
I'm attaching a pic to my question: <</matlabcentral/answers/uploaded_files/36208/bar.jpg>> This is what I get exactly fro...

oltre 10 anni fa | 0

Domanda


formulating elapsed time in hours for input data...
I have some code that I need to change from a string into a vector of numbers representing elapsed hours. My input data looks l...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


fprintf reading rows not working right...
Hello all! Well I'm just not getting something, I'm sure its easy, but just not figuring it out. I'm just trying to read the...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Pattern search in matrix
Hello Everyone, I'm just trying to figure out how to search for repeated patterns in a matrix and am unsure how to really do it...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


Transfuring plots in GUI's
Hello all! Well I'm trying to transfer plots in gui's and it is not quite working the way I want it to... I have attached ...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Gaussian distributed random numbers
Well a simple Gaussian distribution code can be as follows: function main() xo = 0; yo = 0; xsigma = 0.01; ...

quasi 12 anni fa | 0

Risposto
combine Arrays (IntArrays andStrArrays)
If you have 5 arrays of the same size and about the same type (for example: all numbers) this should work, if your working with ...

quasi 12 anni fa | 0

| accettato

Domanda


GUI position property issue...
Hello all! Well I'm attempting to change the position property of a GUI. I need to display different parts of a GUI at differ...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Risposto
strfind: how to set a cell for the pattern?
Hello! Well I think this answers your question, it does not have a for loop, however it uses "ismember" rather then 'strfind', ...

quasi 12 anni fa | 0

Domanda


GUI Resize - region of interest???
Hello all! I 'm trying to resize to a region of interest. Well I have half of what I want as shown in the code here: % ...

quasi 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Guide GUI's are all blank gray boxes, something is wrong....
It was the Java! I reinstalled Java 6 and it worked fine!

quasi 12 anni fa | 0

| accettato

Domanda


Guide GUI's are all blank gray boxes, something is wrong....
Hello everyone! Well I have an issue with Guide GUI's. I will run a GUI based program and it will display a gray box the cor...

quasi 12 anni fa | 2 risposte | 0

2

risposte

Domanda


calllib issue... library not found...
For some reason I have an error that says "Error using calllib Library was not found" yet I know it is in the MATLAB generals f...

circa 12 anni fa | 4 risposte | 0

4

risposte

Domanda


plotyy is not working properly???
Well I have an application for "plotyy" function, So I find if I ever zoom in anywhere on the plot, one of the axis stick in a z...

oltre 12 anni fa | 3 risposte | 0

3

risposte

Domanda


Reading in a document full of code
I'm building a program to read in some code for Accelerator physics and I really do not know how to start reading the files into...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Can this function work any faster?
Hello All, Well I'm making a function that takes about 0.022 seconds to complete, I need to try to make it even less time then ...

oltre 12 anni fa | 2 risposte | 1

2

risposte

Domanda


Image Processing 2d gaussian...
Hello All, I'm working on a fast image processing method that can be used for finding the main part of an beam image (like a ...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


signal in and signal out need to be shifted to match one another...
Hello All, Well I have a signal in and a signal out, I would like to very quickly overlap(as best as possible) them. I just ne...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Makeing two vectors dimentionaly equal, while retaining the info...
Hello All, Well I have a issue that is seemingly easy, but is not so easy when I'm working on it. I produce 2 column vectors, ...

oltre 12 anni fa | 2 risposte | 0

2

risposte

Domanda


x axis label issue...
Hello All, Well I'm not sure how to change the x label at specific points. The code below generates a similar structure to wh...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Need help inproveing function...
Hello Everyone, I have a function that looks at a vector of numbers and will mark any numbers in that vector that repeat with t...

oltre 12 anni fa | 1 risposta | 0

1

risposta

Domanda


Moving through varibles in for loop (ugly)...
Hello everyone, Well I have an issue where I have to set some data, I'm a little lost on how to do it, but I made a "cheating...

quasi 13 anni fa | 1 risposta | 0

1

risposta

Risposto
how do I make a color (rgb) image look grayish?
You can change the RGB from the desired color to gray by playing with the background set of an object. This is kind of code you ...

quasi 13 anni fa | 0

Carica altro