Login

Welcome, Guest. Please login or register.

November 04, 2025, 06:14:59 pm

Author Topic: ENG1060 Computing  (Read 45412 times)  Share 

0 Members and 3 Guests are viewing this topic.

JinXi

  • Victorian
  • Forum Leader
  • ****
  • Posts: 818
  • Respect: +90
  • School: Camberwell High School
  • School Grad Year: 2010
Re: ENG1060 Computing
« Reply #195 on: May 16, 2011, 11:13:40 pm »
0
Hey just did it (ran run_all.m) q1d is 0.547 total time or self-time 0.312

my 1d was 0.28 total and 0.007 self-time o.O

Didn't use loops aswell

Edit: it went down to 0.09 total and 0.02 self-time for my 2nd run  ;D

Prob's Dependent on the computer specs aswell... knowing the speed of monash comps... it might take awhile :P
« Last Edit: May 16, 2011, 11:16:59 pm by JinXi »
Monash B.Aero Eng/Sci Discontinued in Sem2 2012 [2011-2015]

"I will always choose a lazy person to do a difficult job… because, he will find an easy way to do it." ~ Bill Gates
^ SNORLAX, I chooosee You!!!

m@tty

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4324
  • Respect: +33
  • School: Heatherton Christian College
  • School Grad Year: 2010
Re: ENG1060 Computing
« Reply #196 on: May 16, 2011, 11:22:43 pm »
0
Serious? Wow.. My computer isn't that bad dual core 3.0 Ghz (Intel E8400)

You have a super computer :P
2009/2010: Mathematical Methods(non-CAS) ; Business Management | English ; Literature - Physics ; Chemistry - Specialist Mathematics ; MUEP Maths

96.85

2011-2015: Bachelor of Aerospace Engineering and Bachelor of Science, Monash University

2015-____: To infinity and beyond.

RainerWolfram

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 346
  • X&Y
  • Respect: +14
Re: ENG1060 Computing
« Reply #197 on: May 16, 2011, 11:25:47 pm »
0
Hey for q2b,

Inside the main for loop, did you guys read all the images into MATLAB in a single iteration?
2010: B.Eng(Mechatronics)/B.Science(Computer Science/Astrophysics), Monash University
2011 Sem1: B.Eng(Electrical & Computer Systems)/B.Science(Computer Science), Monash University
2011 Sem2: B.Commerce (Finance + Software Systems), University of Melbourne

JinXi

  • Victorian
  • Forum Leader
  • ****
  • Posts: 818
  • Respect: +90
  • School: Camberwell High School
  • School Grad Year: 2010
Re: ENG1060 Computing
« Reply #198 on: May 16, 2011, 11:27:48 pm »
0
Hey for q2b,

Inside the main for loop, did you guys read all the images into MATLAB in a single iteration?

I set an initial matrix with all the years and read the images one by one as the loop prgresses.

something like img = imread(im(i)) where i +1's every loop
Monash B.Aero Eng/Sci Discontinued in Sem2 2012 [2011-2015]

"I will always choose a lazy person to do a difficult job… because, he will find an easy way to do it." ~ Bill Gates
^ SNORLAX, I chooosee You!!!

m@tty

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4324
  • Respect: +33
  • School: Heatherton Christian College
  • School Grad Year: 2010
Re: ENG1060 Computing
« Reply #199 on: May 16, 2011, 11:29:51 pm »
0
Haha, ok I ran just part 1d and it has total time 0.239 and 0.011 self-time

[okay, just read what self-time is.. it's unimportant (time spent in function excluding the time spent in child functions)]
« Last Edit: May 16, 2011, 11:32:03 pm by m@tty »
2009/2010: Mathematical Methods(non-CAS) ; Business Management | English ; Literature - Physics ; Chemistry - Specialist Mathematics ; MUEP Maths

96.85

2011-2015: Bachelor of Aerospace Engineering and Bachelor of Science, Monash University

2015-____: To infinity and beyond.

RainerWolfram

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 346
  • X&Y
  • Respect: +14
Re: ENG1060 Computing
« Reply #200 on: May 16, 2011, 11:40:16 pm »
0
Hey for q2b,

Inside the main for loop, did you guys read all the images into MATLAB in a single iteration?

I set an initial matrix with all the years and read the images one by one as the loop prgresses.

something like img = imread(im(i)) where i +1's every loop

So you did something like this for the initial matrix:
yearImg = ['1957.bmp', '1977.bmp', '1982.bmp', '1984.bmp'...


EDIT: Use int
« Last Edit: May 17, 2011, 12:44:41 am by danieltennis »
2010: B.Eng(Mechatronics)/B.Science(Computer Science/Astrophysics), Monash University
2011 Sem1: B.Eng(Electrical & Computer Systems)/B.Science(Computer Science), Monash University
2011 Sem2: B.Commerce (Finance + Software Systems), University of Melbourne

sajib_mostofa

  • Victorian
  • Forum Leader
  • ****
  • Posts: 829
  • Respect: +6
Re: ENG1060 Computing
« Reply #201 on: May 16, 2011, 11:56:14 pm »
0
What answer did ppl get for 1a of this weeks lab?

sajib_mostofa

  • Victorian
  • Forum Leader
  • ****
  • Posts: 829
  • Respect: +6
Re: ENG1060 Computing
« Reply #202 on: May 17, 2011, 08:40:37 pm »
0
Under the Heun methods, can anyone explain to me what we're are calculating when you have y0(x)?

JinXi

  • Victorian
  • Forum Leader
  • ****
  • Posts: 818
  • Respect: +90
  • School: Camberwell High School
  • School Grad Year: 2010
Re: ENG1060 Computing
« Reply #203 on: May 22, 2011, 10:57:37 pm »
0
Anyone spot a pattern in lab9 Q4?

Have no idea how to apply Hookes law for this scenario(> 3 jumpers connected in series) and google isn't helping much...

Feel like im missing something really simple

Edit: Saw it immediately after waking up..... shows that i shouldn't do work past 12...
« Last Edit: May 23, 2011, 08:39:21 am by JinXi »
Monash B.Aero Eng/Sci Discontinued in Sem2 2012 [2011-2015]

"I will always choose a lazy person to do a difficult job… because, he will find an easy way to do it." ~ Bill Gates
^ SNORLAX, I chooosee You!!!

sajib_mostofa

  • Victorian
  • Forum Leader
  • ****
  • Posts: 829
  • Respect: +6
Re: ENG1060 Computing
« Reply #204 on: May 26, 2011, 07:21:05 pm »
0
The torture is finally over

JinXi

  • Victorian
  • Forum Leader
  • ****
  • Posts: 818
  • Respect: +90
  • School: Camberwell High School
  • School Grad Year: 2010
Re: ENG1060 Computing
« Reply #205 on: May 27, 2011, 02:00:40 am »
0
The torture is finally over

So not true..... It ends when u retire as an engineer apparently :'(
Monash B.Aero Eng/Sci Discontinued in Sem2 2012 [2011-2015]

"I will always choose a lazy person to do a difficult job… because, he will find an easy way to do it." ~ Bill Gates
^ SNORLAX, I chooosee You!!!

sajib_mostofa

  • Victorian
  • Forum Leader
  • ****
  • Posts: 829
  • Respect: +6
Re: ENG1060 Computing
« Reply #206 on: May 27, 2011, 05:09:55 pm »
0
The torture is finally over

So not true..... It ends when u retire as an engineer apparently :'(

 I cant spend my life sitting behind a desk doing matlab. I'll becoming clinically depressed :'(

RainerWolfram

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 346
  • X&Y
  • Respect: +14
Re: ENG1060 Computing
« Reply #207 on: May 31, 2011, 02:58:29 pm »
0
Marks for the assignment have been uploaded...

Ended with 8.5/10

Comments:
Q2b (-0.5): Some incorrect threshold choices Q2e(-0.5): Interesting logic as to why the ODE model is better. Try and think of a quantitative explanation though... More comments would be good (-0.5)

Sorta disappointed about losing marks for the comments - I thought i put heaps.
If q2b was worth 1 mark, losing 0.5 marks for getting some wrong threshold values is a bit much?


EDIT: Ended up with 9.5

Looks like my final continuous mark is ~29.1
« Last Edit: June 03, 2011, 01:55:10 pm by danieltennis »
2010: B.Eng(Mechatronics)/B.Science(Computer Science/Astrophysics), Monash University
2011 Sem1: B.Eng(Electrical & Computer Systems)/B.Science(Computer Science), Monash University
2011 Sem2: B.Commerce (Finance + Software Systems), University of Melbourne

moekamo

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 275
  • Respect: +4
Re: ENG1060 Computing
« Reply #208 on: May 31, 2011, 03:07:02 pm »
0
i got 9.5, lost 0.5 of a mark for not plotting data in q1a as points, they were lines...annoying :S
2nd Year BSc/BEng @ Monash

m@tty

  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 4324
  • Respect: +33
  • School: Heatherton Christian College
  • School Grad Year: 2010
Re: ENG1060 Computing
« Reply #209 on: May 31, 2011, 03:47:09 pm »
0
i got 9.5, lost 0.5 of a mark for not plotting data in q1a as points, they were lines...annoying :S

I did that too! so annoying...

Also my justification for 2e was unacceptable. What did you put moekamo?

Ended up with 9.0/10 good, but.. well actually it is good. meh
2009/2010: Mathematical Methods(non-CAS) ; Business Management | English ; Literature - Physics ; Chemistry - Specialist Mathematics ; MUEP Maths

96.85

2011-2015: Bachelor of Aerospace Engineering and Bachelor of Science, Monash University

2015-____: To infinity and beyond.