Community Profile

photo

ba sa


Last seen: meer dan 2 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


for loop with multiple indices
i want to write a function that goes through each row of a matrix and at the same time go through each element of the first row,...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


function not working properly
i have this function, which is supposed to get three numbers and check if they're scalars and bigger than one function valid = ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


How can i define a m by n symbolic matrix?
I know how to for example define a 3 by 4 symbolic matrix with this: x=sym('a',[3,4]) but I don't know how to define this: x=...

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


Index in position 1 exceeds array bounds (must not exceed 1)?
I'm trying to run this function (Y is a 3 by 4 matrix) function Y10 = RREF1 (Y) Y1=Y(2,:)-(Y(2,1)/Y(1,1))*Y(1,:); Y2=Y(3,:)-...

meer dan 2 jaar ago | 2 answers | 0

2

answers