photo

Ata Ul


Active since 2013

Followers: 0   Following: 0

Message

I'm a student of BSc Civil Engineering in UET LHR

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
132,836
of 301,433

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

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

  • Thankful Level 1

View badges

Feeds

View by

Question


PRIME NUMBERS,... I Tried to make a program that separates prime numbers between any interval......but it doesn't work......!?!?
The code that I used was; a=input('enter lower limit'); b=input('Enter upper Limit'); A=(a:b) for i=1:b-a; ...

12 years ago | 1 answer | 0

1

answer

Question


how to write a simple algorithm that can allow the user to know the index of the first negative element in a column matrix.
Using a WHILE statement..... how to write a simple algorithm that can allow the user to know the index of the first negative el...

12 years ago | 1 answer | 0

1

answer

Question


if r=rand(2,8) . I wanna find every element which is smaller than 0.5 and replace it with any other number say 0 or 1 or 2. how to do it....??
if r=rand(2,8) . I wanna find every element in r which is smaller than 0.5 and replace it with any other number; say 0 or 1 or 2...

12 years ago | 1 answer | 0

1

answer

Question


I have a matrix a=[1,2,3,4..........,20], Now I want to multiply every other element in a with -1 to get a=[1,-2,3,-4................-20].
I have a matrix a=[1,2,3,4..........,20] Now I want to multiply every other element in 'a' with -1 to get a=[1,-2,3,-4.........

12 years ago | 1 answer | 0

1

answer

Question


I have a matrix a=[1,2,3,4..........,20], Now I want to multiply every other element in a with -1 to get a=[1,-2,3,-4................-20].
I have a matrix a=[1,2,3,4..........,20] Now I want to multiply every other element in 'a' with -1 to get a=[1,-2,3,-4.........

12 years ago | 1 answer | 0

1

answer