Community Profile

photo

bob


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


rounding issues in matlab, need to force values to 0
How do force matlab to set specfic function values at 0 instead of 1.34e-18 or something small. the if and else statements dont ...

2 years ago | 2 answers | 0

2

answers

Question


Using symbolic variables, how do you expand polynomials to show complex roots in an equation
This is my code: clc; clear; close all; syms s Num = 10^4*(s+5)*(s+70); Den = s*(s+45)*(s+55)*(s^2+7*s+110)*(s^2+6*s+95); ...

2 years ago | 1 answer | 0

1

answer

Question


How do I evaluate this triple integral using the function integral3
xmin= @(y) y.^2 xmax= @(y) y.^0.5 ymin=0 ymax=1 zmin=0 zmax=@(x,y,z) x+y+36 h = @(y,x,z) 1 %dz dx dy answer3 = integ...

3 years ago | 1 answer | 0

1

answer