Answered
How can I mesh a cylindrical scatter plot?
Have you tried using alpha shapes (available starting in MATLAB R2014b): load('xyzCoord.mat') shp = alphaShape(x',y',z',...

10 years ago | 0

Answered
How to capture tokens using regular expressions?
expression={'abcd_1','ghsa(22)','gaver_45','fadae(8)'}; pattern = '(?<main>[a-zA-Z]+)(?:[_\(])(?<digits>[0-9]+))?'; out ...

10 years ago | 3

Solved


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

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

10 years ago

Solved


This is a palindrome and so am I
A palindrome is a sequence of characters which reads the same backward or forward, for instance 'a man a plan a canal panama'...

10 years ago

Answered
Why doesn't clabel give me a white contour label when asked...?
The behavior of the 'clabel' function changed a little in MATLAB R2014b. It is noted in the documentation (towards the bottom of...

10 years ago | 1

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

11 years 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:...

11 years ago

Answered
How do I get Matlab to work with Yosemite for student editions of Matlab?
For more information regarding the message you are receiving, including a fix, please see the Bug Report linked below: <https...

11 years ago | 0

Answered
Line smoothing in MATLAB2014b
The following page describes what version of OpenGL is required for different features in MATLAB R2014b. <http://www.mathworks....

11 years ago | 0

| accepted

Answered
Problem downloading data from yahoo using either the datafeed toolbox (dftool) and 'fetch' function
See this: <http://www.mathworks.com/matlabcentral/answers/111141>

12 years ago | 0