CodeJunkie
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
28 866
of 295 569
REPUTATION
1
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
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
Question
Multiplying a matrix in a cell by another matrix in the same cell
RU and Difference are 5x1 cells, each cell has a (25,1) double inside of it. I would like to multiply cell RU{1,1} by RU{2,1} by...
nästan 6 år ago | 2 answers | 0
2
answersQuestion
I Would like to create a variable array based upon user inputs.
I have a variable that the user inputs called Type allocated as such: n=input('How many measurements are you determining uncert...
nästan 6 år ago | 1 answer | 0
1
answerQuestion
Can I have a user build an equation piece by piece?
Basically I have been trying to create an cumulative error code but certain values contribute more to the total error than other...
nästan 6 år ago | 0 answers | 0
0
answersQuestion
Im struggling with why this while loop returns zeros and more or less how to get all the matricies in the while loop to be the same size. Thanks for any and all help in advance. Also M is from an excel document and has 125 values while n is 5.
while Uo<=n; if Uo==1; i=1:length(M)/n; PM(i)=M(i); Uo=Uo+1; else if Uo==2; i=1+((Uo-1)*(length(M)/n)):(Uo)*length...
nästan 6 år ago | 2 answers | 1