Frage


Edit and add to librarypath programatically
Is it possible to do the following programatically? In Matlab, type >> edit librarypath.txt and add the line: C:/Progr...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Adding to Class Path Programatically.
Is it possible to add a jar file to the classpath programatically?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Editing classpath for Compiled program
Hello. I am using matlab to control some instrument hardware (camera , stages etc) using open source microscopy software (https...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Redrawing on a UIpanel
Hi. I am wanting to rescale a montaged image I have created on a uipanel. i.e change the grayscale scaling (globally) and red...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Constraining Polyfit with known coefficients
Hi. I am performing a 5th order polynomial fit to some data X,Y and use the following syntax p5=polyfit(x,y,5) f5=p...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Mouse click to get location on Graph and position text
Is it possible to use a mouse to locate a position on a graph and then add user defined text. ideally using the mouse click call...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


fitting to a pure cubic and getting residuals
Hi. I want to perform a cubic fit (i.e. jsut a term in x^3 with no x^2 or x^1 so cannot use polyfit: I need to do the fit of ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Manually adding plots and legends with a Button Press
I have a button call back that I want to plot a set of data in a particular colour and add the legend. I then want to be able to...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Changing the colour of a legend on the fly
How do I manually change the colours (all different) of all the items in a legend. I know how many there are (n). This is my at...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Plotting a Text File
I have a text file that has the following format: The number of actual data points (numbers) could change, and the number of ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Reading in specific column and plotting bar chart
I have a text file as: Heading A ------------------------ Heading B GA008246-0_B_F_1852967891 X 7117 GA011810-0...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Reading a CSV file with XLSread, convert raw data to strings
How do I convert this cell array to a char array (obtained by reading in from a csv file using xlsread and the "raw" argument ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Assigning two seperate EXCEL columns to two arrays in one go
I have a very large Excel file (848,000 lines), and I want to read 2 seperate columns and assign to two different arrays. I am a...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Writing Cell array to File
I have a cell array of size: ans = 2428 1 and an exmaple few lines are: C1 = ...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Create a range from a given cell using xlsread
I think I've worked out the solution: [~,~,rawData] = xlsread(file,'A1:A50') dummy='Count'; idx=find(strcmp(raw...

fast 11 Jahre vor | 0

Frage


Create a range from a given cell using xlsread
Is it possible to search for a given string in a column A of an excel sheet, then obtain the number in the same row, but in colu...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Calculating Residuals from polyfit
I just wanted to check that I am calculating residuals correctly as I am gettign a different answer compared to mathcad. M is my...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Problem with import data
Problem solved. The program I use (Zemax) has to be told explicitly to output text in ascii rather than unicode. I now works ...

fast 11 Jahre vor | 0

Frage


Comparing the same items in two massive files
I need to read two excel files (first column only), skip a few headers and then select whats common to both. There are 848,00...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Problem with import data
I have a problem using import data with the attached txt file. Unfortunately I cannot change the format of this. (I also encl...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


MultiLine Edit Boxes - Appending to
I've just realised that you can have multiline text in an edit box by changing its Max property. I want to be able to use an ed...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Max value of a fit
How do I find the max value of a fit to data. I am using: f=fit(x,y,'poly5') I have tried p=polyder(f) roots(P)...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Stopping a Timer via another function
Hello. Is there a way to stop a timer from another function whilst it is running. Im not sure what to pass to the other func...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Closing an RS232 serial port connection, if open
Hello. I am using the following code to open, send a command and receive a response - it works fine: s = serial('COM1'); ...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Buttons on top of bitmap?
Is it possible to display an image and on top of that image have a button (preferably using GUIDE). The reason is that I have a ...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help with char Array
I have an array that I assign images to using the the 3rd dimension. The images are obtained from a camera and are succesfully v...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Trouble saving image to tif format
I have a cellarray that contains images(4 in this case) imgArray= [1040x1393 uint16] [1040x1393 uint16] [1040x...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Slider component, unity steps
I have a sldier component that I want to increment in unity steps. The minimum needs to be 1 and the max is a variable but will ...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Working with Image Stacks (or Arrays)
I am reading images from a camera and displaying them on on an axes. Every time I press a "Snap" button, the axes component u...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Images appear black and white instead of coloured
I plot a montage of images onto a UIPanel and it worked fine when the images were tiffs. My images are now jpgs and I notice th...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden