Statistics
10 Questions
0 Answers
RANK
194,527
of 295,569
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
0
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
how to reduce a long equation in to a quadratic form equation?
Hi if sigx=2.27(Nx/t)+35.5(Del_T) sigy=.12(Nx/t)-16.0(Del_T) sigxy=0 if you substitute in the below equation...
10 years ago | 0 answers | 0
0
answersQuestion
how to reduce a big equation to a quadratic equation form in matlab?
Hi if sigx=2.27(Nx/t)+35.5(Del_T) sigy=.12(Nx/t)-16.0(Del_T) sigxy=0 if you substitute in the below equation, (si...
10 years ago | 0 answers | 0
0
answersQuestion
how to form loop to jump from one element of matrix to other element.
Hi friends, N_temp_failure= [ 938 945 955 2002 2003 4565 456...
10 years ago | 1 answer | 0
1
answerQuestion
recording matrix increasing in another matrix.
Hi friends, I have a simple question, A = [0.8888 0.5555 0.4444 0.7777 0.6666 0.2222 0.9999 0.1111]; B = 0.1; While ...
10 years ago | 2 answers | 0
2
answersQuestion
if" function in matrix elements
please help, i got quesion of matrix and if condition. If G=any matrix with two columns. if one of the numbers in G is equ...
10 years ago | 1 answer | 0
1
answerQuestion
Looping and printing matrix
if A=[2;4;6;8;6;7]. B=1 C=A-B, C will become, [1;3;5;7;5;6], since one of the elements of C is 1 or less than one, Z1=B(cu...
10 years ago | 1 answer | 0
1
answerQuestion
Hi i've a question on looping and printing.
if i have Nx=1 (Nx can be any number) and T_H=([2 3;4 5;6 7;8 9]-Nx). T_H is a X*2 matrix and it could have any values. i mea...
10 years ago | 0 answers | 0
0
answersQuestion
joining two columns of matrix in a way that should bring the second element should be first element of second column.
for example, A=[1;2;3;4;5;6] B=[7;8;9;10;11;12] i want C=[1;7;2;8;3;9;4;10;5;11;6;12] please help me.
10 years ago | 0 answers | 0
0
answersQuestion
Creating a matrix with repeating the same numbers.
Hi, i am back with one more question. If 't' is any variable, let's keep t=10 i need a matrix A=[1 2 2 3 3 4 4 5 5 6...
10 years ago | 1 answer | 0
1
answerQuestion
joining two columns in a way of row by row
Hi, i have a doubt in matlab. Please help me. If i have A=[1;2;3;4;5] and B = [6;7;8;9;10] i need C = [1;6;2;7;3;8;4;9;5;10...
10 years ago | 2 answers | 0