Feeds
提问
Object-Object Interactions: Passing information about one object to another
I am writing a program that creates objects (let us call them A, B, C, and D) and then passes information about three of the obj...
11 years 前 | 1 个回答 | 0
1
个回答提问
OOP in Matlab: input arguments for methods other than constructor
When trying to modify object properties in the command window, it seems that the first input argument (the object name) is alway...
11 years 前 | 1 个回答 | 0
1
个回答已回答
Plot 3D surface with values
Hi Jean, Perhaps you could try using surf again using four input arguments? surf(X,Y,Z,C) might give you what you are looking...
Plot 3D surface with values
Hi Jean, Perhaps you could try using surf again using four input arguments? surf(X,Y,Z,C) might give you what you are looking...
11 years 前 | 0
提问
MATLAB version necessary for creating standalone GUI application
I have written a function that I am putting into a GUI. Will a student version of MATLAB be sufficient to create an application ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Efficient alternative to bwconncomp?
I have a binarized image (black is the background, white is signal) where I want to do the following: 1 - define a certain pixel...
11 years 前 | 1 个回答 | 0
1
个回答已解决
Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.
11 years 前


