photo

MD JALAL UDDIN


Nanjing University of Information, Science and Technology

Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
78,973
of 301,432

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to open multiple text file, execute sequentially, and save them as a txt file?
% Calculation of TC Translation speed clc;clear;close all data = load('file (1).txt'); radius = 6371; N = p...

6 years ago | 0 answers | 0

0

answers

Question


How to make a common color bar?
I want to make a common color bar for 4 subplots. Any suggestions would be appreciated.

6 years ago | 1 answer | 0

1

answer

Question


Why four parameters stick together for PDF and CDF?
% PDF analysis pd = makedist('Weibull','a',5,'b',2); z1 = pdf(pd,CS); z2 = pdf(pd,SCS); z3 = pdf(pd,VSCS); z4 = pdf(pd,ES...

7 years ago | 1 answer | 0

1

answer