Community Profile

photo

Anas Abou Allaban


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Loop to a specific point in data set
I have a function used to loop through a data set and I want it to stop once the data reaches a specific threshold (In this case...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


Undefined operator / for input arguements of type cell.
I realize this question may have been asked a billion times, but I can't for the life of me see why its popping up with my code....

meer dan 8 jaar ago | 1 answer | 0

1

answer

Answered
Undefined operator / for input arguements of type cell.
Please ignore this rather silly question, I had to use str2double.....

meer dan 8 jaar ago | 0

| accepted

Question


Loop through data until a specific point
I've run an experiment where a machine exerts a force on a bridge until it breaks. I need to cycle through my entire data set an...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Answered
Check Position with for loop, not enough input arguments
http://www.mathworks.com/matlabcentral/answers/246641-check-taken-location-on-tic-tac-toe-board I answered my own question an...

meer dan 8 jaar ago | 0

| accepted

Answered
Check taken location on Tic Tac Toe board
So I solved the problem. First I did not pass the proper inputs to the function checktaken which obviously led to some errors. ...

meer dan 8 jaar ago | 0

| accepted

Question


Check Position with for loop, not enough input arguments
I made a simple function that loops between the rows and columns of an array using for loops. The loop is part of a function nam...

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


Check taken location on Tic Tac Toe board
I'm trying to make a small function that checks whether a spot is taken on a Tic Tac Toe board or not. I have created an array ...

meer dan 8 jaar ago | 2 answers | 0

2

answers

Question


Tic Tac Toe Win Checking Function
I'm writing a tic tac toe game and part of the 'coding rules' is that there should be a 'checkwin' function to see whether a pla...

meer dan 8 jaar ago | 1 answer | 0

1

answer