Skip to main content

2 replies

cnabold1-VisitorAuthor
1-Visitor
May 12, 2021

Ho can I plot the red error bars from plot with polyint?

ttokoro
21-Topaz I
21-Topaz I
May 12, 2021

image.png

t.t.
cnabold1-VisitorAuthor
1-Visitor
May 12, 2021

why dows 

not work?

r:= 0,0.5,..max(x)-min(x)

r:=0..max(x)-min(x) works fine (from example from Mathcad help pages)

 

 

 

 

23-Emerald IV
May 12, 2021

I don't see the problem?

LucMeekes_0-1620815798344.png

Works fine, as long as you do NOT type a comma (,) after 0.05

 

Success!
Luc

 

cnabold1-VisitorAuthor
1-Visitor
May 12, 2021

Unfortunately in my case your solution does not work. If you change the statement 

r:=0..max(x)-min(x) to r:=0,0.05..max(x)-min(x)

then the next statements do not work anymore (underline r is flagged as error)