Community Profile

photo

Mason Scott


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Recursive backtracking with cell arrays?
I'm working on a function to recursively generate solutions to a given sudoku puzzle represented by a 9x9 array with NaN represe...

8 years ago | 0 answers | 0

0

answers

Question


How to format a histogram with a density curve?
So I'm trying to plot a histogram with a density curve using histfit and so far I have <</matlabcentral/answers/uploaded_file...

9 years ago | 0 answers | 0

0

answers

Question


Not enough arguments error when I clearly supply enough arguments?
I have two functions function coords = dart_gun01(n) coords = normrnd(0,10,n,2); end and function [total, ta...

9 years ago | 1 answer | 0

1

answer

Question


Invalid axes handle error with gca?
I'm trying to write a function that places an inset axis on an axis given as an argument among other things, but I keep getting ...

9 years ago | 1 answer | 0

1

answer

Question


How to change values of elements in array at rows that meet a condition?
For example if I have array A = [1;2;3;4;5;6;7;8] and I want to change all values at rows that are divisible by 2 to 0 t...

9 years ago | 1 answer | 0

1

answer