Statistics
RANK
266,728
of 301,383
REPUTATION
0
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,252
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,306
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
Feeds
Question
How do you vary a number inside of a matrix?
input=[1:100]; for j=1:length(input) x(j)=[input(j) 8 5]; end
7 years ago | 1 answer | 0
1
answerHow to fix the error code 'Subscripted assignment dimension mismatch.'
after finding v, I need to input it into another for loop: for k=1:length(v) p34{k}=P*(X./v(k)).^constant; en...
8 years ago | 0
Question
How to fix the error code 'Subscripted assignment dimension mismatch.'
Here is the code that I'm getting the error: for z=1:length(X) V(z)=[X(z):Y]; end where X is a 1x81 matrix and Y is ...
8 years ago | 2 answers | 0