Recent content by Aydashka
-
A
Find errors in MATLAB sieve algorithm and comment the code
If i knew what it did, i would'n ask about it here :biggrin:- Aydashka
- Post #7
- Forum: Engineering and Comp Sci Homework Help
-
A
Find errors in MATLAB sieve algorithm and comment the code
Right! Could you explain what this code does?- Aydashka
- Post #5
- Forum: Engineering and Comp Sci Homework Help
-
A
Find errors in MATLAB sieve algorithm and comment the code
Can you clarify your question please?- Aydashka
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
A
Find errors in MATLAB sieve algorithm and comment the code
Hi! I really need help with the following Matlab problem. What does this code do? I need to comment what the important lines of this code do. Also the code contains several errors which i need to find. Here is the program: clear all; close all; clc; Maxi=50; tab=[1 :Maxi] ; tab(1)=0; while...- Aydashka
- Thread
- Code Errors Matlab
- Replies: 9
- Forum: Engineering and Comp Sci Homework Help