photo

bob


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
187,566
of 300,499

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

5 years ago | 1 answer | 0

1

answer