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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.
11년 초과 전


