Statistics
MATLAB Answers
0 Questions
1 Answer
RANK
201,601
of 299,772
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,801
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 165,865
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
Feeds
Answered
Hi...can we create a variable "a" with double array type ? . Thank.
Maybe you mean this: I=5; J=5; a=sym('a',[I J]); Creates variable 'a' of size (IxJ): a = [ a1_1, a1_2, a1_3, a1_4, a1...
Hi...can we create a variable "a" with double array type ? . Thank.
Maybe you mean this: I=5; J=5; a=sym('a',[I J]); Creates variable 'a' of size (IxJ): a = [ a1_1, a1_2, a1_3, a1_4, a1...
6 years ago | 0