photo

Nasir Rehman


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
155,809
of 300,369

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,436

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

View badges

Feeds

View by

Question


plotting of 2D surfaces
For the same size variable (33 * 1), I have found two distinct values. To compare the differences in a single plot, I'd want to ...

3 years ago | 1 answer | 0

1

answer

Question


How can i use any variable once for initialization and then the variable is updated and should be replaced with new value? I tried one way, but it isn't working
This is one of the function file of main program. Here the variable V is needed in line no 13, but the variable V is output of a...

3 years ago | 1 answer | 0

1

answer

Answered
Validation of a date in given format
function valid= valid_date(year,month,day) if isscalar(year) && isscalar(month) && isscalar(day) if mod(year,400) == 0 || (mod...

4 years ago | 0