photo

Hassan Naseri


Aalto University

Active since 2011

Followers: 0   Following: 0

Message

I am a doctoral candidate in Aalto University, Finland. My field is signal processing for telecommunication. I finished my bachelor in electronics engineering and my master in information technology. My research topic is wireless localization and mapping in indoor environments.

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
4,405
of 300,338

REPUTATION
12

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
4

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

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
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
cannot fetch results from tasks finished without errors
It is very likely that the problem is related to memory limitation or timeout on the workers. If some tasks are killed by the cl...

11 years ago | 1

Question


export_fig does not export impoint, impoly and others
If a plot contains an "impoint" or "impoly", or probably any of these interactive objects from image processing toolbox, the out...

11 years ago | 0 answers | 0

0

answers

Answered
MATLAB Crash
It also happens to me very frequently on Mac OS 10.6.8. It is necessary to set default graphic renderer to OpenGL (it helped me ...

14 years ago | 0

| accepted

Answered
Phase-plot when using freqz
You still need to unwrap the result to be the same as freqz output: unwrap(angle(h) or if you want it in degrees: 3...

14 years ago | 3