Question


Cell array concatenation rules
I feel a bit silly asking this, but could someone explain the reasoning or thoughts behind the concatenation of cell arrays with...

meer dan 11 jaar ago | 0 answers | 1

0

answers

Question


close file and quit debugger
Hi all, Normally I code with "dbstop if error" enabled. Sometimes I type something which I know is an error (like forgettin...

meer dan 11 jaar ago | 0 answers | 0

0

answers

Answered
Matlab File Exchange on github
I agree. I think the main problem is that the somewhat authorative presence of a place to share Matlab files by TMW lends itself...

meer dan 11 jaar ago | 0

Answered
Unique function cell array conflict
I just stumbled upon this weird behavior recently. See: <http://www.mathworks.com/matlabcentral/answers/74169-unique-rows-cell...

meer dan 11 jaar ago | 0

Question


Unique rows cell array ignored
I recently tried to find the unique rows of a cell array and got the following *warning*: Warning: The 'rows' input is not su...

meer dan 11 jaar ago | 0 answers | 2

0

answers

Answered
how to find unique rows in cell array in matlab
The solution above works since the contents concatenate into a hyperrectangle. Put more plainly, in this case, the solution work...

meer dan 11 jaar ago | 4

Question


Static class call via string variable
Is it possible to call a static method or Constant property from a class whose name is represented by a string without using eva...

meer dan 11 jaar ago | 3 answers | 2

3

answers

Answered
Unable to clear classes
This is a bug: <http://www.mathworks.com/support/bugreports/893538 893538> It has been fixed in 2013a

meer dan 11 jaar ago | 0

| accepted

Answered
What is missing from MATLAB?
*Create a formal website for Matlab suggestions.* This isn't necessarily for Matlab as much as it is TMW in general, but what...

meer dan 11 jaar ago | 4

Answered
Pull String out of Edit Text without user hitting enter
Here's another approach involving changing control focus. Here's some relevant documentation, with summaries for 2013a: <h...

meer dan 11 jaar ago | 1

Question


Why is calling constructor from class above package allowed?
I just noticed that I can call a constructor from an instance of a class that is situated just above the package that the class ...

meer dan 11 jaar ago | 1 answer | 1

1

answer

Answered
How to Restore Focus to Matlab after another process steals it
Here's my solution, which only restores focus to the command window. Restoring focus to the command window is easy, the tricky ...

bijna 12 jaar ago | 0

| accepted

Question


How to Restore Focus to Matlab after another process steals it
I am launching a java process which unfortunately steals the focus away from Matlab. When typing in the command window this is r...

bijna 12 jaar ago | 1 answer | 0

1

answer

Question


Unable to clear classes
At times I am unable to clear classes in Matlab without restarting the program. This seems to be related to errors being thrown ...

bijna 12 jaar ago | 8 answers | 4

8

answers

Answered
FEX not recognizing functions
Looks like a spacing issue to me. Specifically it looks like there is no space following the word "function". function[args] ...

bijna 12 jaar ago | 0

Question


Tab Complete seems to silently execute code
I have a class which launches a process in Windows (using .NET) which brings up the command window. The class name is also the n...

bijna 12 jaar ago | 1 answer | 3

1

answer

Question


3d extrapolation of smooth function
I have a 3d set of evenly spaced points, at which I would like to evaluate some function. Evaluation of the function is costly. ...

ongeveer 12 jaar ago | 3 answers | 0

3

answers

Answered
Managing Public Key Certificates in Matlab
I ended up entering the url being requested in Chrome. On the left side of the address there is a lock indicating the presence o...

meer dan 12 jaar ago | 6

| accepted

Question


Managing Public Key Certificates in Matlab
Hi all, I recently tried to request a secure web page via https and got a Java error when trying to validate a certificate, s...

meer dan 12 jaar ago | 1 answer | 0

1

answer

Question


Determine current stack level
The goal is to be able to write a function which opens the editor to the current stack level. This is fairly easy to do for the ...

meer dan 12 jaar ago | 0 answers | 1

0

answers

Answered
Matlab function to get text for display of object property
It seems like avoiding eval for so long I've forgotten that the input needs to be a string! The evalc approach isn't the greates...

meer dan 12 jaar ago | 1

| accepted

Question


Matlab function to get text for display of object property
I would like to change the way that the Matlab display function works on my object. I would like to reorganize the properties (w...

meer dan 12 jaar ago | 2 answers | 0

2

answers

Answered
trying to create objects in a for loop
Matlab is trying to construct space for the object before you actually construct the object. In other words, Matlab is calling y...

meer dan 12 jaar ago | 1

Submitted


urlread2
Generalizes HTTP requests, providing more control and access to input and output

meer dan 12 jaar ago | 10 downloads |

Question


Best way to handle code dependencies for file exchange submissions
I'm planning on submitting a decent size chunk of code to the Matlab file exchange. One of the things I like least about the pro...

meer dan 12 jaar ago | 1 answer | 2

1

answer

Solved


Indexed Probability Table
This question was inspired by a Stack Overflow question forwarded to me by Matt Simoneau. Given a vector x, make an indexed pro...

meer dan 12 jaar ago

Solved


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

meer dan 12 jaar ago

Solved


Is my wife right? Now with even more wrong husband
Again, as in "Is my wife right?" ( <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

meer dan 12 jaar ago

Solved


Find the palindrome
Given the string a, find the longest palindromic sub-string b. So when a = 'xkayakyy'; you should return b = 'kayak';

meer dan 12 jaar ago

Solved


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

meer dan 12 jaar ago

Load more