photo

H. Sh. G.


Last seen: 9 months ago Active since 2007

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

2 Files

RANK
143,348
of 300,392

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
3,307 of 20,933

REPUTATION
481

AVERAGE RATING
2.30

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
4812

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

  • First Review
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission

View badges

Feeds

View by

Answered
How to close all figures associated with the main Gui?
Hi, I would simply use the following code: function clf_all() % Clear all figures fh = get(0,'children'); nf = size(fh,1); ...

4 years ago | 0

Answered
Is A./B different from B.\A?
Hi every body. I wonder what kind of calculations the division of a matrix (X) by a row vector (y), i.e. X/y, does, where both ...

4 years ago | 0