image thumbnail

updated 1 year ago

Knee Point by Dmitry Kaplan

Finds a knee point of a curve (knee, break, breakpoint)

knee_pt(y,x,just_return)

image thumbnail

updated 3 years ago

Breaking Chocolate Bars by Krishna Lalith

Break the given Chocolate Bar with minimum number of breaks. (break, bar, chocolate)

Breaking_Bar(action)

Update_Bar(Opt,row,col,BrBa)

Update_Board(M,N,BrBa)

image thumbnail

updated 4 years ago

break Y axis by Mark

Breaks the Y-axis so that the x-axis will cross the y-axis at 0 and continues at any number (graph, axis, break)

breakYaxis.m

image thumbnail

updated 4 years ago

BreakPlot by Michael Robbins

Produces a plot who's y-axis skips to avoid unnecessary blank space (axis, break, graph)

h=BreakPlot(x,y,y_break_start,y_break_end,break_type,y_arbi...

image thumbnail

updated 4 years ago

SORTBREAK (v1.0, nov 2008) by Jos (10584)

sort elements of a vector between break points (sort, sections, vector)

sortbreak(X,BP, bpfixed) ;

image thumbnail

updated almost 5 years ago

STOPLOOP (v1.0, jun 2008) by Jos (10584)

Shows stop button to interrupt loops (keyboard, hitkey, interrupt)

stoploop(str)

image thumbnail

updated almost 6 years ago

rsplit by Gerald Dalley

Splits a delimited string into a cell array using a regular expression. (explode, array, break)

rsplit(r,s)

image thumbnail

updated 6 years ago

Break Bar Plot by Chintan Patel

Add breaks in the bar plot (axis, break, bar plot)

b=BarPlotBreak(Y,y_break_start,y_break_end,break_type,scale...

image thumbnail

updated 9 years ago

delay by Axel Martinez Möller

Waits for the specified number of seconds. (delay, pause, miscellaneous)

myWait(DeltaT)

image thumbnail

updated almost 10 years ago

BreakAxis by Michael Robbins

Produces a plot who's y-axis skips to avoid unecessary blank space. (break, graph types, plot)

h=BreakPlot(x,y,y_break_start,y_break_end,break_type)

image thumbnail

updated almost 15 years ago

str2strs.m by David Malicky

Takes a deliminated string s and breaks it up into sub-strings stored in a cell-array of strings. (strings, string, break)

y=str2strs(s)

Contact us