Community Profile

photo

Jack Shea


Last seen: 2 maanden ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to get rid of the too many arguments error for "and" while keeping output the same
y = nthroot(a,3); a = 0; b = 2; xold = a; for i = 1 - 100 set x = (a + b)/2; a = 2 + s; if abs(x-xold) < 10...

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


I need to create a Table. How do I create the output of the table values of a function?
theta = 0:15:90; m=55:10:75; col = (m); row = (theta); uitable('columnname',col,'rowname',row,'Data',); What Should I inp...

meer dan een jaar ago | 1 answer | 0

1

answer