photo

果博东方会员开户《80877.tv》


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
1 Answer

RANK
12,731
of 301,298

REPUTATION
4

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,225

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,851

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
未定义函数变量,红色部分如何更改可以得到 f1=1+2+3;f2=4+5+6;f3=7+8+9.谢谢。
x=[1,2,3;4,5,6;7 8 9]; n = length(x); for i=1:n N=num2str(i) ; eval(['A',N,'=','x(i,:)']) %输出A1=[1 2 3];A2=[4 5 6...

3 years ago | 0

| accepted