Community Profile

photo

Pacman Pacman


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

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

9 years ago | 0

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Solved


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

9 years ago

Solved


Find the hypotenuse
Given a and b (the two sides of a right-triangle), find c, the hypotenuse.

9 years ago