photo

Brian


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

16 질문
1 답변

순위
65,383
of 300,744

평판
0

참여
16 질문
1 답변

답변 채택
43.75%

획득한 표
0

순위
 of 21,054

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,597

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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

12년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

12년 초과 전 | 0

| 수락됨

질문


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

12년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 13년 전 | 답변 수: 2 | 0

2

답변