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

oltre 10 anni fa | 2

| accettato

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

oltre 10 anni fa | 1

| accettato

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

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

circa 11 anni fa | 3

Risolto


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

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

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

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

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

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

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

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

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

oltre 12 anni fa | 0