photo

Masa


Last seen: 6 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
4,351
of 300,392

REPUTATION
12

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
5

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Question


require subclasses to support the same number of input and output arguments as the abstract method of their super class
in the documentation about abstract methods in an abstract class it is mentioned that: Concrete subclasses are not required to ...

3 years ago | 1 answer | 1

1

answer

Answered
contour lines on the surface plot
for those who need the same plot but with discrete colors (corresponding to the levels of the contour plot): % surface data t...

3 years ago | 3

Question


contour lines on the surface plot
How to plot a surface with its contour lines drawn on it? this image is an example of what I mean:

3 years ago | 2 answers | 1

2

answers

Question


Vectorizing loop containing multiplication of a scalar and a matrix
How to implement the following algorithm in a vectorized manner? (Preferably without using functions other than `mat`) mat = @(...

3 years ago | 1 answer | 0

1

answer

Answered
Symbolic Associated Legendre Polynomials
associated Legendre functions could be found from Legendre functions according to the following formula so in MATLAB you can ...

4 years ago | 0

| accepted