Feeds
질문
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 ...
대략 5년 전 | 답변 수: 1 | 0
1
답변질문
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],...
대략 5년 전 | 답변 수: 3 | 0
3
답변질문
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...
대략 5년 전 | 답변 수: 2 | 0
