Community Profile

photo

Sebastian Groß


Last seen: meer dan 2 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Answered
How to terminate for-loop and use current loop value if warning message appears?
Inserting break at the end of try block finishes the job. Thanks!

ongeveer 4 jaar ago | 0

| accepted

Question


How to terminate for-loop and use current loop value if warning message appears?
Hi everyone, I am encountering a problem while using the fitgmdist function. In case an "error" appears, I want to pass on the...

ongeveer 4 jaar ago | 1 answer | 0

1

answer

Solved


Multiples of a Number in a Given Range
Given an integer factor _f_ and a range defined by _xlow_ and _xhigh_ inclusive, return a vector of the multiples of _f_ that fa...

bijna 5 jaar ago

Solved


Find the distance between runs
Another question inspired by the <http://uk.mathworks.com/matlabcentral/answers/?s_tid=gn_mlc_an answers forum>: A vector of ...

bijna 6 jaar ago

Solved


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

bijna 6 jaar ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

bijna 6 jaar ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

bijna 6 jaar ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

bijna 6 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

bijna 6 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

bijna 6 jaar ago