Noriham B
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
210 378
of 295 486
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
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 run operation row by row. Ex row(n) divide row(n+1)
clc clear syms f(x) f(x) = exp(-((x).^2)); a =0; % lower limit b = 1; %upper limit for j=1:6 n = 2.^j; h =...
mer än ett år ago | 1 answer | 0
1
answerQuestion
negative positive sign matrix B need to follow matrix A
Dear all experts. After all I got A=[ -1 3 -2 4 6]. For A, the value is not important. But the negative or positive sign ...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
how to minus a sequence value
a=-4; b=4; x=a:1:b; y=x.^2-4.*x; from the above code, i will have value y= 32,21,12,5,0,-3,-4,-3,0 then, what i do do next ...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
how to call out single element in matrix
Dear Prof/Dr./Sir./Maam I have matrix A=[1 2 3 4 5 6 ] and B=[ 7 8 9]. I want to calculate s1=1+2+7 s2=3+4+8 s3=5+6+9 Is...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
adding some single elements in matrix
Dear Prof/Dr./Sir./Maam I have matrix A=[1 2 3 4 5] and B=[ 6 7 8 9]. I want to calculate s1=1+2+6 s2=2+3+7 s3=3+4+8 s4=4...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
operation on single elements in MATLAB
greeting all the experts, x=-2:1:2; %coordinates x n=length(x); y=x.^2; %coordinates y z=[x;y]; from the above example, ...
mer än 2 år ago | 2 answers | 0