Community Profile

photo

bob


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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); ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort