Bill Symolon
Followers: 0 Following: 0
Statistics
13 Questions
0 Answers
RANK
281.878
of 295.467
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
92.31%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Pad a matrix with additional rows and concatenate another column
Hello, all. I asked this question a couple of days ago and you provided some excellent help. I've taken your code and scaled...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
Pad a matrix with additional rows and concatenate another column
Hello, all! I've included a sample of the code I'm using to pad a matrix with additional rows, then concatenate another colum...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Getting a plot to wrap from right to left
Hello, All. I have a set of points to plot and fit a function (the end result should be a sine function). Here's the code I'm ...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Delete columns from a matrix
Hello, all. I know there are several posts about reducing matrices, but I haven't found one that answers my question. I have t...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
4-class perceptron classification
Good evening, I hope everyone is well. I have a single-layer perceptron that is meant to take in two inputs and provide an outp...
bijna 7 jaar ago | 0 answers | 0
0
answersQuestion
plot rows of a matrix as discrete points
Hopefully, this has a simple solution that I'm just not seeing. I have a basic binary matrix: if true x = [0 0; 0 1; ...
bijna 7 jaar ago | 1 answer | 0
1
answerQuestion
Plot a bifurcation diagram for a 2 parameter family of 1D maps
Greetings, I need to plot bifurcation diagrams for the following function: f = a + (bx)/(1+x^2) for a = [-5, 0] and b = [11, ...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
Evaluate neighboring nodes in a 2D lattice and change node value, as required
Hello All, Thanks to some excellent help from you, I have the code I need to create a 2-D lattice with nodes assigned random ...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
Plotting a lattice with color coded nodes
I'm trying to plot a 2-D lattice with node values randomly assigned as either 1 or 2. I would like all nodes with values equal ...
meer dan 7 jaar ago | 1 answer | 0
1
answerQuestion
Change the color of one point on a plot
I'm trying to plot several data points on the same plot: a matrix of points, a regression line and a manual point. I would like...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
Formatting the x-axis of a scatter plot
I'm trying to plot the following matrix, where the first column is the ambient temperature (x-axis) and the second column is whe...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
Bulgarian Solitaire code doesn't iterate using if loop and for loop
I need to create a game of Bulgarian Solitaire. It's not the most elegant, but the code I have so far works for one iteration. ...
bijna 8 jaar ago | 2 answers | 0
2
answersQuestion
Generate random integer array
I need to create an array of random integers. The array must consist of at least two numbers greater than one but there is no m...
bijna 8 jaar ago | 2 answers | 0