Community Profile

sss dzu


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to reverse a number
Hi, I want to reverse a number, not a vector, like 8549 to 9458. I used fliplr , or flipud, or y = x(end:-1:1), They just work...

11 years ago | 8 answers | 0

8

answers

Answered
WHILE LOOP program does not work
but i have to use while loop

11 years ago | 0

Question


WHILE LOOP program does not work
Please, any one tell me why my program does not work, thank you. This is my program a=[7 18 11 5; 2 8 10 13; ...

11 years ago | 3 answers | 0

3

answers

Question


gtext , I got an error message
Hi all, I got an message : Error using gtext (line 59) Interrupted by figure deletion Error in S_4_9_1 (line 27) gtext(...

11 years ago | 1 answer | 0

1

answer

Question


Write program by For loop, how can I stop
Hi guys, I have a program, I use for loop, the answer is right , but I want to stop on the first negative answer. This is my pro...

11 years ago | 1 answer | 0

1

answer

Question


Solve the problem by while loop
FIND THE SUM OF ALL ELEMENTS THE BETWEEN 5 AND 18 in the matrix BY WHILE LOOP. I know how to solve it by for loop, but when I t...

11 years ago | 1 answer | 0

1

answer

Question


can not get the answer
Could anyone help me with this problem? I can not get the same answer with the book. It should be =147.2551. This is I got so fa...

11 years ago | 1 answer | 0

1

answer

Question


Program for matrix multiplication
I wrote program to perform matrix product c=a*b Program is good , but when I try run it by empty matrix, it was stuck Can ...

11 years ago | 4 answers | 0

4

answers