photo

Harold


2011년부터 활동

Followers: 0   Following: 0

메시지

통계

All
  • First Review
  • Thankful Level 3
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


Problems linking simmechanics to SolidWorks
When I installed MATLAB R2013a, I installed simechanics 4.2 along with it. I tried using the smlink_linksw command to link simme...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Program to connect points and merge colinear lines
I'm developing a program to connect a set of (x,y) points in a polygon so that the resulting cell array contains a list of line ...

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

1

답변

질문


Confusion with adding to cell array
I have a cell array with the structure as such, linesegs = [1x2 double] [1x2 double] I do some calculations on with som...

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

2

답변

질문


Adding rows to a matrix after every even row
Is there a way, without using a for loop, to add a row of nan's to a matrix after every even row of the original matrix? For exa...

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

1

답변

질문


Find row that has a cell containing all ones
Suppose I have a cell array as follows, B = {[3,2.5,1],[3,-1,3.5]; [3,-1,3.5],[3,2.5,2]; [3,4,-1],[3,...

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

2

답변

질문


Position of points relative to a plane
I'm looking for a way to decide whether a point is on, to the left, or to the right of a plane. I have it to work for a selected...

거의 12년 전 | 답변 수: 2 | 1

2

답변

질문


Custom performance vectors for neural network training
I'm working on pattern recognition using MATLAB's built in neural network toolbox. I've used this toolbox to generate code. I've...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Write custom function for bsxfun
I'm needing to compare to matrices together. The catch here is that I don't want to return "true" if there is a match between A ...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


Saving a neural network within a GUI and opening it back up
I'm having problems with saving a neural network and loading it back up. Refer to this post that I made in regards to loading a ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Problems with a saved neural network
I've posted this question in another forum but decided to ask it here for a better chance at a response. I'm having problems ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Problems with data in uitable
I'm having problems using a logical array of data in uitable. I don't want the check box to show up. I want either a 1 or 0 to s...

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

2

답변

질문


Problems with segments in an image
I'm working on a project that involves character recognition. If I load an image that has for example the letters A, B, C, D, my...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Save Neural Network image
Is there a way to show the neural network shown in view(net) in my own GUI? I would like to show this within my GUI instead of a...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


Problems with plotting multiple objects over each other
I'm using the rectangle function to fill in a circle located at the center point (x,y) of a grid square and width and weigth (1,...

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

2

답변

질문


Connecting like numbers in a matrix
Suppose I have a matrix of the following data: data = [6, 5, 3, 0, 0, 1; ... 0, 0, 0, 0, 0, 2; ... 0, 0,...

거의 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Retrieving data from a callback
Here are the zipped up files in anyone is interested in this problem. <http://www37.zippyshare.com/v/25216893/file.html> E...

대략 12년 전 | 0

| 수락됨

답변 있음
Retrieving data from a callback
Still no luck with this. In the function |select_points| I included the following. handles.data = data; . . . . . ...

대략 12년 전 | 0

답변 있음
Retrieving data from a callback
I have tried to use guidata(gcf, handles); I used this in the function where the variable was getting change |select_poin...

대략 12년 전 | 0

질문


Retrieving data from a callback
I need to get data from within a function called by the main GUI. It's a function that gets called when I move my mouse over a p...

대략 12년 전 | 답변 수: 4 | 0

4

답변

답변 있음
Trouble with finding appropriate conditions for logic
I believe I have just figured out what I was doing wrong. I should of been using the replicated ShieldFlow_flags for the row ind...

대략 12년 전 | 0

질문


Custom colormap based on data values and not coordinates
I'm having a very hard time creating a colormap for the pressure distribution over a surface. My program takes in vertices and n...

대략 12년 전 | 답변 수: 0 | 0

0

답변

질문


Trouble with finding appropriate conditions for logic
I have a blunt body (Apollo capsule) modeled. I wrote a function to read in the vertices and the normals from the STL of this mo...

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


Proper use of the Secant method
I'm having difficulty utilizing the secant method is this code I'm developing. The program takes in inclination angles of a curv...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


Remove zero entries from cell arrays
Suppose I have a m x n cell array. Some of these cells contain a 1 x 2 matrix of values other cells contain just a zero. I want ...

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

2

답변

질문


Weird result when using unique in a .m function file
I can't seem to figure out what is going on here. I'm trying to git rid of duplicate rows by using unique. At first I made a sep...

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

1

답변

답변 있음
Ordering rows based on value
My data represents row indices of a cell array. Here is what I'm trying to do. Each row of a 6x4 cell array contains (x,y) co...

거의 13년 전 | 0

질문


Ordering rows based on value
Suppose I have a matrix of values as follows: matches = [1,2;1,4;2,5;3,4;3,6;5,6;]; Is there a way to "connect these row...

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

3

답변

질문


cell comparison with other cells in different rows
I have a 6x2 cell array. Each cell is a 1x2 cell that contains an x and y co-ordinate. I want to be able to compare the contents...

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

2

답변

답변 있음
Keyboard Short-cut for running a Scrip
F5 will run what you have in the script window. To run scripts one after the other from one script, just call them one after the...

거의 13년 전 | 3

질문


uitable with guide setting data to strings
I want to create a table that is n rows by 2 columns. The number of rows will be entered by the user upon running of the main pr...

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

0

답변

더 보기