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

circa 10 anni fa | 0

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

oltre 10 anni fa | 3

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

Risolto


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

oltre 10 anni fa

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

oltre 10 anni fa | 1

Risolto


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

oltre 11 anni fa

Risolto


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

oltre 11 anni fa

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

oltre 11 anni fa | 0

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

oltre 11 anni fa | 0

| accettato

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

circa 12 anni fa | 0