Community Profile

photo

bob


Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta