Respondida
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',...

alrededor de 10 años hace | 0

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

más de 10 años hace | 3

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

Resuelto


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

más de 10 años hace

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

más de 10 años hace | 1

Resuelto


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

más de 11 años hace

Resuelto


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

más de 11 años hace

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

más de 11 años hace | 0

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

más de 11 años hace | 0

| aceptada

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

alrededor de 12 años hace | 0