提问


XData, YData, CData, Fun Data! - single pixel image width
What would you expect the image limits to be from this function? (before running it): imagesc([0 1],[1 20],rand(1,10)) Am ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Hide package from tab completion
Is it possible to hide a package from tab completion?

12 years 前 | 0 个回答 | 1

0

个回答

已回答
Set Methods for Dynamic Properties with Unknown Names
You could add a listener that on pre set assigns the name to the object ... Basically just before you actually set the proper...

12 years 前 | 0

已回答
How to generate a matrix whose rows numbers are not elements of a given row vector
The following code should do what you want. use_row = true(1,size(A,1)); use_row(v) = false; B = A(use_row,:);...

12 years 前 | 0

| 已接受

提问


Interrupt Java Execution in Matlab Using Ctrl-C
Is it possible to interrupt execution of a Java method in Matlab using ctrl-c? The only thing I could find from TMW is: <htt...

12 years 前 | 2 个回答 | 0

2

个回答

提问


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

12 years 前 | 0 个回答 | 1

0

个回答

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

12 years 前 | 0

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

12 years 前 | 0

提问


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

12 years 前 | 0 个回答 | 2

0

个回答

已回答
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...

12 years 前 | 4

提问


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

12 years 前 | 3 个回答 | 2

3

个回答

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

12 years 前 | 0

| 已接受

已回答
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...

12 years 前 | 4

已回答
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...

12 years 前 | 1

提问


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

12 years 前 | 1 个回答 | 1

1

个回答

已回答
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 ...

13 years 前 | 0

| 已接受

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 8 个回答 | 4

8

个回答

已回答
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] ...

13 years 前 | 0

提问


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

13 years 前 | 1 个回答 | 3

1

个回答

提问


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

13 years 前 | 3 个回答 | 0

3

个回答

已回答
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...

13 years 前 | 6

| 已接受

提问


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

13 years 前 | 1 个回答 | 0

1

个回答

提问


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

13 years 前 | 0 个回答 | 1

0

个回答

已回答
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...

13 years 前 | 1

| 已接受

提问


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

13 years 前 | 2 个回答 | 0

2

个回答

已回答
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...

13 years 前 | 1

已提交


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

13 years 前 | 4 次下载 |

4.7 / 5

提问


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

13 years 前 | 1 个回答 | 2

1

个回答

加载更多