photo

Sean


Karl Storz Endovision Inc

Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

25 Fragen
8 Antworten

Cody

0 Probleme
2 Lösungen

RANG
3.334
of 300.338

REPUTATION
17

BEITRÄGE
25 Fragen
8 Antworten

ANTWORTZUSTIMMUNG
68.0%

ERHALTENE STIMMEN
7

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
89.489
of 168.149

BEITRÄGE
0 Probleme
2 Lösungen

PUNKTESTAND
30

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

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Excessive median processing time
I have found that taking the median with respect to time of a group of image frames can take excessively long and is dependent o...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

fast 13 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 13 Jahre vor

Frage


Processing all subsets of a larger matrix
I have data in the form of MxNx3xK or MxNx3xKxJ types of matrices. If I wanted to use a function that takes an array of 3 value...

fast 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to check if data is normally distributed
Hello Nancy, You cannot tell from only 2 samples whether they are normally distributed or not. If you have a larger sample s...

etwa 13 Jahre vor | 1

Beantwortet
Plotting a polynomial that has fractions
This question doesn't clearly define your problem, so I or others will have a hard time answering you definitively. # If you ...

etwa 13 Jahre vor | 1

| akzeptiert

Frage


Loading data in the background?
I have a set of code that does the following: # Load a set of data # Display the data # Wait for the operator to make a jud...

etwa 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
callback function handle syntax inside objects?
I have found a way to accomplish what I was trying to accomplish, although it isn't by using function handles. In case anyone e...

mehr als 13 Jahre vor | 0

Frage


callback function handle syntax inside objects?
I have an object that generates a gui and controls some external equipment. I am trying to set things up so that a particular b...

mehr als 13 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


General Handle Removal
I am looking for a better way to close out/clean up handle references. Specifically: 1) 'Clear' removes the variable holding...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I trigger activity in a top level gui from a timer in a lower level object?
I have an object that is polling status from a piece of equipment at regular intervals. It is doing this by starting a timer at...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to compute RMS of three-phase voltage
I looked at the article you referenced. They appear to be feeding four parameters into a neural network: voltage@f1, current@f1...

mehr als 13 Jahre vor | 0

Frage


Timer precedence during called functions
Hello, I have a timer that is pulling in video frames as a preview in a GUI. Unfortunately, I have found that if I call othe...

mehr als 13 Jahre vor | 3 Antworten | 2

3

Antworten

Frage


Timer function in OOP object constructor not working as expected
Hello, I have some oop code that talks to an instrument over a serial port. I want to continually monitor for and handle mes...

mehr als 13 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Compiled matlab executables not working correctly with java archives
I have several programs that I wrote in matlab that use external custom java archives. The programs work fine on my computer (w...

mehr als 13 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


3D ellipsoid closest fit estimation (as a way to characterize lens rolloff)
I am currently working with a number of lenses and need to be able to calculate and correct for the rolloff in an arbitrary part...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
creating a histogram in a specific way
Are you trying to bin on a log scale or are you trying to bin to arbitrary values? If you are trying to do the first, you m...

fast 14 Jahre vor | 0

Frage


How can I remove a variable from the parent workspace while a function is using it?
I work with fairly large datasets, so the fact that they get duplicated when a function accepts them as an input can be a proble...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Apparent imshow memory leak?
Hello, I have some code that captures and displays images repeatedly for some time, and I noticed that it continually eats up m...

fast 14 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


GUI operations on matlab objects (non-GUI)
I am having difficulty updating an object that I am using in a GUI callback. I am sure there must be a good way around it that ...

fast 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Issues with callbacks and large handle structures?
I am working on a gui, and encountered a strange problem. When I pass 'h' to a uicontrol callback and put a breakpoint in the c...

fast 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Failure to release memory when releasing java objects
After much investigating: Some of the memory can not be freed up because it is allocated to external .dlls that don't bother ...

etwa 14 Jahre vor | 0

| akzeptiert

Frage


Failure to release memory when releasing java objects
(EDITTED... PLEASE SEE COMMENT FOR UPDATED QUESTION) I have a couple of java .jars that I am using to control a camera and fram...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Can class/object parameters store structs? If not, is there an equivalent?
I am trying to usefully name internal state variables in a class I am writing (disclaimer: I started doing objected oriented cod...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Simulating transfer functions in MATLAB?
Hello Jesse, Are the lines you are looking at linear? If they are sampled at different intervals/points, you could still do ...

etwa 14 Jahre vor | 0

Frage


Typecasting higher dimension matrices
I recently found (to my chagrin) that the typecast function only works on scalars and 1D matrices (i.e. arrays). Does anyon...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Java .dll library path issues
I am trying to use a java archive(.jar) which makes use of a number of external .dlls to control a PCI video framegrabber card. ...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
image processing
Ganesh, If you are trying to observe the change in each parameter over time (i.e. from image 1 to image 100), just use a for ...

etwa 14 Jahre vor | 0

| akzeptiert

Frage


How can I detect islands in a contour plot?
I am trying to detect abnormalities in data with respect to two variables. (Imagine an smoothly varying image where you are try...

etwa 14 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Inline Indexing to Dynamic Field Names
How can I integrate and *index* function output into dynamic field names? Example: Say function y=fun(x) *outputs an array of...

etwa 14 Jahre vor | 2 Antworten | 0

2

Antworten

Mehr laden