Respondida
how to solve the error "Not enough input arguments."
When you pass a function handle to ode45, ode45 is only going to provide the first two input arguments (t and y). If you want to...

más de 10 años hace | 2

| aceptada

Respondida
Adding legend of different names in a plot generated by a for loop
It isn't clear what you mean by "various cell names are stored in M5BAT.CellList folder", but it looks like you are trying to cr...

más de 10 años hace | 1

| aceptada

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

más 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 ...

casi 11 años hace | 3

Resuelto


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

alrededor de 11 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 ...

alrededor de 11 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'...

alrededor de 11 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...

alrededor de 11 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...

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

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

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

casi 12 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>

más de 12 años hace | 0