Statistics
RANK
8,404
of 295,467
REPUTATION
5
CONTRIBUTIONS
15 Questions
2 Answers
ANSWER ACCEPTANCE
26.67%
VOTES RECEIVED
5
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
passing MATLAB's handle objects to .NET function
Hello everyone! Is that possible to give matlab oobject as argument to .Net function? Actually I want to execute some class ...
11 years ago | 0 answers | 1
0
answersQuestion
Running MEX-File callback Fonctions in Background
Hello, I urgently request your insights about this matter. Actually, I want to run callback fonction (MEX-file; can mex file ...
11 years ago | 0 answers | 1
0
answersQuestion
Scheduling objects interaction in matlab oop
Hi, I am working on a project whereby I have to implement dynamic channel allocation in cellular Networks. I have already imp...
11 years ago | 0 answers | 0
0
answersQuestion
Wait for another file to execute before the caller continues to execute!!
Hello, I come across a difficulty when working on my project and I will appreciate if someone can help me push that botelneck a...
11 years ago | 0 answers | 1
0
answersQuestion
Class Hierachie, Inheritance and Access class members
Hallo, I've difficuty accessing subclass methods. Any try results in MATLAB error: Method 'AddListener' is not defined for c...
11 years ago | 1 answer | 0
1
answerQuestion
variable's scope, persistent variables and timer !!!!
Hello! I want to access a persistent variable from within timer StopFcn callback function. The callback should delete the tim...
11 years ago | 1 answer | 0
1
answerQuestion
update objects' coordinate of the same plot !!!!!!!!!!!!!!!!!!!
Hallo, I am trying to plot the changing coordinate of two objects and i wasn't successful yet. So, i was wondering if someone...
11 years ago | 1 answer | 0
1
answerQuestion
Operation on cell array
Hello, I have a cell array looking as follow: >>c [3*2 double] [7*2 double] [2*2 double]...
11 years ago | 1 answer | 0
1
answerQuestion
Events Listening, Callback functions
Hi, for my project I've got objects which should have thier listener callback function executed a certain among of times (up to...
11 years ago | 0 answers | 0
0
answersSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
11 years ago
Question
Hierachical State transition with matlab OOP !!!!!!!!!!!!!!!!!
Hello, I want to implement a state machine in MATLAB OOP. But I'm andicaped, by the implementation of state transition. In my...
11 years ago | 0 answers | 0
0
answersQuestion
Using waitfor for non Handle Graphics Object
Hi, I'm trying to implement a code which should wait for timer timeout or change of a specific value befor futher code's exec...
11 years ago | 0 answers | 0
0
answersEvents Listening, Callback functions
excellent! that not exactlly what I want but some little modification in the technic will to the way. Thanks a lot!
11 years ago | 0
Question
Events Listening, Callback functions
Hello, I'm wondering if it's possible to bind the excecution of a listener to an condition? for example : assume we have a s...
11 years ago | 2 answers | 1
2
answersDeleting Timer Objects containing in Objects' properties
Hi, your code works properly. In fact it's excellent. But, I made the mistake using lots of handle in my programm, which was p...
11 years ago | 0
Question
Deleting Timer Objects containing in Objects' properties
Hello, ich have been trying to delete Timer Object, stored in Object's property before destroying the concerned object. But t...
11 years ago | 2 answers | 0
2
answersQuestion
Instantiating Object Arrays with superclass call
Hi, I've wrote a baseStation class matlab class, which constructor is given as following: function obj = baseStation(btsco...
11 years ago | 1 answer | 1
1
answerQuestion
Set ports properties from Level2-M-File
Hallo, I'm looking on how to write a Level 2 M-File for a simulink block. both inputs port get frame data. In fact i've got t...
12 years ago | 1 answer | 0