Community Profile

photo

Axel Yantosca


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


syntax for a sucessful switch case
% So I am trying to write either a loop or a switch case to iterate turns until one of the following cases are met. % Where am ...

3 years ago | 1 answer | 0

1

answer

Question


using a value to find index in a matrix?
How would one find the location inside a matrix? In this case I am looking for x, assuming it exists. Matrix_A = randi([1 100],...

3 years ago | 3 answers | 0

3

answers

Question


Finding a value (or not a value) inside a matrix
I want to find a value or if a value is not inside of a matrix. Code so far. Will be using an if statement to do something if co...

3 years ago | 2 answers | 0

2

answers