Community Profile

photo

Brian


Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


Does anyone know why the matrix dl is returning an empty matrix in this code?
Hello, I am building a GUI to take import the geometry from the PDE toolbox. A button opens the PDE toolbox and makes the geome...

11 years ago | 0 answers | 0

0

answers

Answered
How do I pass a value out of a GUI when button is pressed? The value must be available to another m file
For reference to anyone with the same problem: Use global. It may or not be bad programming practivce but it works. global has t...

11 years ago | 0

| accepted

Question


How do I pass a value out of a GUI when button is pressed? The value must be available to another m file
Hello, I am making a GUI which adds rows to a matrix in one part. I want the matrix to be available to another m-file when I ...

11 years ago | 3 answers | 0

3

answers

Question


How would I make a pop up menu of varying length depending on the problem? (corresponds to the number of columns in a matrix)
Hello, I need to send values to a function. I would like to pass on the column with two other values from an edit text box. T...

11 years ago | 2 answers | 0

2

answers

Question


Is it possible to use a popup menu to select columns in a matrix and then apply a function to the selected column?
Hello, Need to apply my own boundary conditions to different parts of a geometry from the decomosed matrix, dl. Can I select ...

11 years ago | 0 answers | 0

0

answers

Question


Is there any way to export boundary conditions g1 and g2 without meshing the area (required for assemb)?
I am trying to write a GUI which will use a different mesh from the triangular mesh from the pde toolbox. Is it possible to expo...

11 years ago | 0 answers | 0

0

answers

Question


Is there an alternative to "find" for non-integer values?
Hi, I need to find all the coordinates in a nx2 matrix which have a certain (x) value. All the coordinates are non-integer so...

11 years ago | 1 answer | 0

1

answer

Question


Is there a way to plot the name of a point on a figure when it is plotted?
Hello, I need to change this code so that I can plot some of the node names next to the plotted nodes on the figure when it i...

11 years ago | 1 answer | 0

1

answer

Question


How would I add functionality to a button added to the PDE toolbox?
Hello, I have added a button to the pdetoolbox in a edited separate m file by copying the text above for the zoom buttong and...

11 years ago | 0 answers | 0

0

answers

Question


"Not enough input arguments" in a function, variables are in workspace. Any help please?
I couldn't find anything like this on the forum. Sorry, this is basic. The variables are in the woekspace. The code is: fun...

11 years ago | 2 answers | 0

2

answers

Question


More efficient code for placing variables in one line?
Hi, I've been looking for a while but I can t find any solution. Is there surely a better way than this to define elements: ...

11 years ago | 1 answer | 0

1

answer

Question


is there a more efficient way to omit certain characters from a string without using loops?
Hello. I have to take out characters from a string. I am using strrep. : newsf = strrep(sf, 'C', ''); newsf = strrep(...

11 years ago | 1 answer | 0

1

answer

Question


Is it possible to change the mesh in the PDE toolbox to a polygonal one and keep boundary conditions?
There is another meshing algorithm which I need to use to mesh using the midpoint of the triangular elements. Is there any way o...

11 years ago | 0 answers | 0

0

answers

Question


Loop for function variable
Hello, I need to set up a loop which will return the answers of a different function. What is the syntax to call the variable...

11 years ago | 1 answer | 0

1

answer

Question


how do I declare a variable matrix of any size?
Hi, I need to export geometry from the PDE toolbox without using the menu at the top (using command line). When I use decsg, ...

11 years ago | 1 answer | 0

1

answer

Question


editing pdetool.m: button added, how to launch m file and export geometry?
Hello, I have added a button to the PDE toolbox and I am trying to add functionality to it. How can I get the button to launch ...

11 years ago | 0 answers | 0

0

answers

Question


GUIDE and selecting functions to apply on data
I need to make a GUI in which different functions can be selected from a pop-down menu to work with data already loaded into the...

11 years ago | 2 answers | 0

2

answers