Community Profile

photo

Sid


Last seen: mehr als 2 Jahre vor Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • First Review
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Syntax for MATLAB Excel add-in
Hi everyone, The question relates to setting up a .xla function to be used with Excel, compiled using the MATLAB Library Comp...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
IMAQ: Getting the ranges of the Device Specific Properties
Actually, I think I figured it out. What you need is |propinfo| (documentation <http://www.mathworks.com/help/imaq/propinfo.html...

mehr als 8 Jahre vor | 1

| akzeptiert

Frage


IMAQ: Getting the ranges of the Device Specific Properties
Hi everyone, The question pertains to the Image Acquisition Toolbox. I'm interested in building a programmatic GUI, where I c...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Arrayfun application to avoid a FOR loop
Folks, thank you very much both for your help on the matter. Certainly helped me clear up a lot of questions I had on the implem...

mehr als 8 Jahre vor | 0

Frage


Arrayfun application to avoid a FOR loop
Hi everyone, The question pertains to the use of |arrayfun|. I'm interested in using |corrcoef| on a series of arrays. So far...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
Using actxserver to refer cells between worksheets
Quite embarrassing, but I did manage to solve the problem, so considering the matter closed for now. For anyone who's as poor...

mehr als 8 Jahre vor | 0

| akzeptiert

Frage


Using actxserver to refer cells between worksheets
Hi everyone, The question relates to the use of the use of the |actxserver| for an excel application. How does one use act...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Read some data from a file containing numbers and characters
Can you use the Import tool ( <http://www.mathworks.com/help/matlab/import_export/select-spreadsheet-data-interactively.html MAT...

fast 9 Jahre vor | 0

Beantwortet
how to remove box outline in GUI matlab using setting menu
Would something like this work? % Set the figure color; f = figure(... 'color',[0 1 0]); % Add text box co...

fast 9 Jahre vor | 0

Beantwortet
how can I call gui frm another gui for a given position coordinates?
Can you use |setappdata| / |getappdata| to share the data between the different GUIs? (MATLAB wikia <http://matlab.wikia.com/wik...

fast 9 Jahre vor | 0

Beantwortet
How to save file as 300 dpi png?
Not a direct answer to the question at hand, but can you try export_fig from FEX (check link <http://www.mathworks.com/matlabcen...

fast 9 Jahre vor | 0

Beantwortet
How can I implement a reset button in a GUI code?
Anthony, can you have a look at Doug Hull's tutorial on a similar question? You can find it <http://blogs.mathworks.com/videos/2...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
GUIDE: Text edit. Structure of handles.edit changed?
The easiest solution might be to create a separate function (say, |formatString| ) that is the callback for the |editbox| and th...

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
Exporting data while 'live' processing in a GUI
Adam, thanks for the thought, and yes, something I am learning as I am going. For the purposes of this particular application, I...

fast 9 Jahre vor | 0

Beantwortet
Legend on MATLAB FIGURES
Perhaps it's a bit out of scope for this topic, but since you mentioned about figures being saved, thought I suggest export_fig ...

fast 9 Jahre vor | 0

Beantwortet
GUI slider stays active after klick and starts sliding
The first thought is that the minor step size is too small, which means that when you click a bunch of times on the slider, the ...

fast 9 Jahre vor | 0

Beantwortet
how to change static text in MATLAB GUI?
A very basic example: f = figure; t = uicontrol(f,'Style','text',... 'String','Select a data set.',... 'Po...

fast 9 Jahre vor | 0

Beantwortet
How to extract processed data from a .exe file created using matlab into a more accesible format (e.g.- .txt, .xls, etc.)
There are a couple of different options like |writetable| ( <http://www.mathworks.com/help/matlab/ref/writetable.html doc writet...

fast 9 Jahre vor | 1

| akzeptiert

Beantwortet
How can I get X and Y column Matrices from plotted data?
Perhaps check out |bwboundaries| example? (click <http://www.mathworks.com/help/images/ref/bwboundaries.html here> .) Looks l...

fast 9 Jahre vor | 0

Beantwortet
Accessing the output individually
This is beyond the scope of the original question, but you could also try |struct2table| (read <http://www.mathworks.com/help/ma...

fast 9 Jahre vor | 0

Beantwortet
Accessing the output individually
Perhaps try |timeValues = [logfile_P.time]| to make a vector and then extract |timeValues(1:25)| ?

fast 9 Jahre vor | 0

| akzeptiert

Beantwortet
GUI - Text to label scatter plot data gets ignored / only works when running function multiple times
Should there be a |hold on| between |ylim| and |text|? Also, one thing I find useful when setting axes is to have a |clear ax...

fast 9 Jahre vor | 0

Beantwortet
Reshape Video Matrix Into Long RGB Matrix and Back
Can you use something like this? % Concatenate along 'fourth' dimension. alpha = cat(4,newArray(:,:,:)); % Extrac...

fast 9 Jahre vor | 0

Frage


Exporting data while 'live' processing in a GUI
Hi everyone, The question pertains to the export of data from a GUI that is 'live' processing data from an incoming datastrea...

fast 9 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Using Dino-Lite Microscopes with MATLAB
Actually, in case it matters to anyone, I think I have it figured out. The key is to download the LED control package from Di...

etwa 9 Jahre vor | 2

| akzeptiert

Frage


Using Dino-Lite Microscopes with MATLAB
Hi everyone, The question pertains to the use of a Dino-Lite microscope (Model I'm using: AM7013MZT) via the Image Acquisitio...

etwa 9 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
How to plot a line with angle of 'Orientation' and length of 'MajorAxisLength' through 'Centroid'?
Hi Ivan, Would <http://blogs.mathworks.com/steve/2010/07/30/visualizing-regionprops-ellipse-measurements/ this example> from ...

mehr als 9 Jahre vor | 2

Frage


Tracing boundaries in a binary image
Hi guys, The question relates to the tracing of a boundary in a binary image. What I am interested in doing are the following...

fast 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to truncate/modify a file name
Thank you both for your answers!

etwa 12 Jahre vor | 0

Frage


How to truncate/modify a file name
Hi everyone, The question pertains to modifying file names during a batch processing operation. Basically, I would like to tr...

etwa 12 Jahre vor | 3 Antworten | 0

3

Antworten

Mehr laden