Community Profile

photo

Khanh


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Matrix/Array of Objects vs. Class Constructor
Thanks for your response, Sean. However, it turns out every (nonabstract) class has a static method called *empty*, which can be...

9 years ago | 0

| accepted

Question


Matrix/Array of Objects vs. Class Constructor
Let say I have a class Foo classdef Foo function obj = Foo(x,y) % constructor's body end end If ...

9 years ago | 2 answers | 1

2

answers

Question


Generate n pairs of random integers, whose 0 <= pairwise_sum <= k
I want to generate n pairs of integers {(x_i, y_i)}, such that x_i + y_i <= k. One way I can think of is to generate one pair a...

9 years ago | 1 answer | 0

1

answer

Question


Cannot execute existing function from LTE toolbox. Error: Cannot find an exact match ...
I got the following error while trying to execute a function from LTE toolbox >> cw = lteCFI(struct('CFI',2)); Cannot fi...

9 years ago | 1 answer | 0

1

answer