Community Profile

photo

bob


Last seen: más de 1 año hace Con actividad desde 2020

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta