Réponse apportée
how to pass an argument to python?
If you have access to MATLAB R2014b, you could use the direct interface to Python. This interface supports passing data directly...

plus de 11 ans il y a | 0

Réponse apportée
R2014b How to disable graphics smoothing by default
Asad - Sorry that you don't like the new anti-aliased (smoothed) plots in R2014b. This has been one of the most requested graphi...

presque 12 ans il y a | 4

Réponse apportée
Running python function from Matlab
You could try using the Python interface introduced in MATLAB R2014b. You would need Python on your machine. A few resources ...

presque 12 ans il y a | 1

Réponse apportée
R2009b 64bit and numpy
My best guess is that the issue is with trying to connect a 64-bit process (MATLAB) with a 32-bit process (Python with Numpy). Y...

environ 12 ans il y a | 0

A soumis


Scopes for real-time display
Set of widgets for real-time data display.

environ 12 ans il y a | 2 téléchargements |

3.7 / 5
Thumbnail

A soumis


dualcursor
Add dual vertical cursors to a plot.

environ 12 ans il y a | 2 téléchargements |

4.7 / 5
Thumbnail

A soumis


Data space to figure units conversion
A utility function to simplify use of annotation function

environ 12 ans il y a | 9 téléchargements |

4.3 / 5

A soumis


Add a background gradient to plots
Add a background gradient to plot axes to make them look a little fancy.

environ 12 ans il y a | 1 téléchargement |

4.8 / 5
Thumbnail

Réponse apportée
Matlab editor freezes often... can't edit files
Hmmm, this sounds like it might be something about your specific setup - maybe best for MathWorks development to dig in with you...

plus de 13 ans il y a | 0

Réponse apportée
Accessing simulink blocks in Matlab scripts
Depending on the nature of the models you'd like to build, an alternative to using MATLAB to construct a Simulink model might be...

plus de 13 ans il y a | 1

Réponse apportée
R2012b custom toolstrip tab?
Andreas is right. Shortcuts can be used to run arbitrary MATLAB code, but not map to other Toolstrip buttons. You can also ...

plus de 13 ans il y a | 0

Réponse apportée
Too late to submit Negative feedback for R2012b !
Answering Aurelien's second question: We received lots of feedback throughout the process of developing the Toolstrip and doc...

presque 14 ans il y a | 2

Réponse apportée
Experiences with release 2012b
(cross-posting a comment I just submitted on <http://blogs.mathworks.com/loren/2012/09/12/the-matlab-r2012b-desktop-part-1-intro...

presque 14 ans il y a | 12

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

environ 14 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

plus de 14 ans il y a

A résolu


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

plus de 14 ans il y a

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

plus de 14 ans il y a

A résolu


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

plus de 14 ans il y a

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

plus de 14 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

plus de 14 ans il y a

A résolu


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

plus de 14 ans il y a

A résolu


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

plus de 14 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

plus de 14 ans il y a

A résolu


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

plus de 14 ans il y a

A résolu


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

plus de 14 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 14 ans il y a

A résolu


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

plus de 14 ans il y a

Réponse apportée
R2011b Prints script name in Command Window
Phil - Sorry that this change has been disruptive to your workflow. We made the change intentionally, motivated by precisely wh...

plus de 14 ans il y a | 3

| A accepté

Réponse apportée
Pre-allocating linked arrays for "live" plotting
I think the issue might simply be with your call to nan. You are creating 200 x 200 arrays of NaNs for x and y. I imagine your...

environ 15 ans il y a | 0

Réponse apportée
Adding text to movie in Matlab
Try the text command. - scott

environ 15 ans il y a | 0

Charger plus