photo

Amir


University of British Columbia

Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
39,544
of 297,457

REPUTATION
1

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

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 Answer

View badges

Feeds

View by

Answered
pdeplot command error in Matlab higher version than R2009!
Walter's comment is correct. In fact, if you just add t(4,:) = 1.0 (only adding a fourth row to make the matrices of same...

7 years ago | 0

Question


problem using system command in Linux
I have a program installed on my Ubuntu that I need to call from matlab. If I just simply call it from the terminal it works wi...

7 years ago | 1 answer | 1

1

answer

Question


why when I save an image in eps, matlab saves it in epstmp?
When I try to manually save a figure in eps format, I get this error: Error using <a href="matlab:helpUtils.error.DcoCalback('p...

8 years ago | 0 answers | 0

0

answers

Question


calculating trace of matrix without calculating the matrix itself
Let's say I have this matrix tmp = magic(10); and then I have vecx= [1,2] vecy=[3,4] If I write tmp(vecx,vecy) it...

8 years ago | 1 answer | 0

1

answer