Community Profile

photo

Kristin Busa


UVa

Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Organize several figures using tabs or docked figure
I am looking for a way to organize several figures within two tabbed or docked figures. I have two functions, func1 and func2, w...

9 years ago | 1 answer | 1

1

answer

Answered
Error when trying to run a parfor loop from inside a GUI
For interested readers, I believe I've solved this issue. The variable "filename" was coming in as a variable in a structure ...

9 years ago | 0

| accepted

Question


Error when trying to run a parfor loop from inside a GUI
I've created a GUI using a figure and several uicontrol objects (checkboxes, pushbuttons, radios, edits,..). The idea is to use ...

9 years ago | 1 answer | 0

1

answer

Question


Reference a matrix which changes in size throughout parfor loop
I am attempting to use the parallel computing toolbox (with Matlab R2013b) to speed up some data analysis, specifically by imple...

9 years ago | 1 answer | 0

1

answer

Answered
Two figures have different sizes when plotted using contourf and colorbar
Thanks for trying out my code. The machine I have the problem on is running Matlab R2013b on Windows 7 64-bit. Where the prob...

10 years ago | 0

Question


Two figures have different sizes when plotted using contourf and colorbar
Hello, I am using contourf to plot two different figures. Below is sample code which runs using the .mat file attached. ...

10 years ago | 2 answers | 0

2

answers

Answered
How to overlap two grids (matrices) created with meshgrid
I failed to mention that I have replaced certain portions of the meshed grids with NaN's themselves, so I don't neccessarily end...

10 years ago | 0

| accepted

Question


How to overlap two grids (matrices) created with meshgrid
I've created two separate matrices using meshgrid: clear all; clc; dx = 2; dy = 2; bdyx_A = 0:dx:50; ...

10 years ago | 2 answers | 0

2

answers

Question


How do I reformat the colorbar values from scientific notation to standard notation?
I am trying to figure out how to edit the format of the labels on the colorbar. From the sample code: clear all; close all;...

10 years ago | 1 answer | 0

1

answer

Answered
D parameter in fanbeam, ifanbeam. similar to radon and iradon!
Matt, Thanks so much for all of your responses. They have been really helpful as I learn to use these functions. I have one m...

11 years ago | 0

Question


D parameter in fanbeam, ifanbeam. similar to radon and iradon!
Hello, I am hoping someone can help me understand the "D" parameter that is used in fanbeam and ifanbeam. The help files say:...

11 years ago | 3 answers | 1

3

answers

Question


Using ifanbeam for a reconstruction, getting "false" negative values
Hello, I'm fairly new to Matlab's ifanbeam function. I'm attempting to reconstruct data collected with a fan geometry, hence ...

11 years ago | 1 answer | 0

1

answer

Question


Simultaneously fit multiple data sets -- with one of the fit parameters common between all data sets.
Hello, I'm trying to simultaneously fit multiple sets of data to a single function, but one of the parameters being fit is co...

11 years ago | 1 answer | 0

1

answer