473,320 Members | 2,117 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Need for programming

Hello,

Let me begin by saying that I am a strong advocate of science, math and
engineering students learning to program...
just a skill that they need to experience even if they go another path.

So, what kind:
The LabView kind where graphical icons are wired together?
The MatLab kind in which programs are built using programs?
Or the C programming kind?

I feel the need to say the last one (justified, perhpas, by the fact that I
do it, and I like it).

But could someone extend a more objective or absolute (if it exists), reason
to justify teaching C programming
in a class, when Matlab could do the job (or even, on a simpler level,
LabView)

Please do not email me, I get 160 junk emails a day... Could yo post it?

t.
Nov 14 '05 #1
5 1408
Vig

"Mr. X" <gr**********@cox.net> wrote in message
news:TlaHd.10275$ru.1018@fed1read07...
Let me begin by saying that I am a strong advocate of science, math and
engineering students learning to program...
just a skill that they need to experience even if they go another path.

So, what kind:
The LabView kind where graphical icons are wired together?
The MatLab kind in which programs are built using programs?
Or the C programming kind?


I am a Mechanical engineering student @ Georgia Tech. I also teach the only
CS course required of Engineering/Science students at our college. We teach
them MatLab and I think it is a sufficient solution to the problem. I work
at a software company and I personally program in the 'last" kind of
languages, but for an engineer, knowledge of MatLab is more useful since it
removes the nitty gritty of programming from the user's hands while
providing them with the ability to customize their programs to their needs.
My father is also an engineer who taught himself programming since he
studied in an era where programs were submitted to universities as punch
cards and results were collected 4 days later. He finds it sufficient to
know enough programming to be able to write macros and computational blocks.
Also, from an Engineer's perspective, OOP is seldom implementable in real
life since we almost never have the freedom to classify parameters as
outputs or inputs or a specific type of variable in calculations/equations
(and that is what engineers primarily write programs for).

As an engineer, you generally want a convenient way to write code to reduce
the manual labour involved in doing mathematical operations. Ocassionaly you
have an engineer writing a program to sorting a database or search trees.
And engineers almost never code GUIs/Compilers and in general anything that
would exceed about 500 -1000 lines of code. We have computer scientists for
that!

It is more important for engineers to write simple loops/ recursive
functions / matrix manipulations/file IO and such without having to use
linked lists/pointers/abstract classes/ calls to malloc etc... It would be
beneficial to use their time to teach them algorithms for searching trees /
sorting / automatons etc...Also its useful to give them basic training in
command line operations and remote computing since almost every company uses
netwoks etc and such

I am saying this from personal experience of seeing engineers/scientists
stuffed with useless knowledge (like having to write applets) while missing
out on important stuff like signal processing or algorithms for numerical
methods like efficient root solving methods.

Cheers!
-Vig
Nov 14 '05 #2
* Possibly greater satisfaction
* Possibly easier to pick up / more straightforward / less arcane
* Greater use in business / commerce / in later life / other applications in
general
* Better integration with other applications / hardware devices

?

Maybe matlab *is* more suited to the exercises students get, but maybe
that's because the exercises they're given are designed around matlab,
rather than the other way round. Step back and look outside the box - and
then go back into a different box, the C box - by designing an exercise of
your own that's orientated around being done in C.


"Mr. X" <gr**********@cox.net> wrote in message
news:TlaHd.10275$ru.1018@fed1read07...
Hello,

Let me begin by saying that I am a strong advocate of science, math and
engineering students learning to program...
just a skill that they need to experience even if they go another path.

So, what kind:
The LabView kind where graphical icons are wired together?
The MatLab kind in which programs are built using programs?
Or the C programming kind?

I feel the need to say the last one (justified, perhpas, by the fact that
I do it, and I like it).

But could someone extend a more objective or absolute (if it exists),
reason to justify teaching C programming
in a class, when Matlab could do the job (or even, on a simpler level,
LabView)

Please do not email me, I get 160 junk emails a day... Could yo post it?

t.

Nov 14 '05 #3
this is a fairly mute discussion.
Matlab is good for some stuff
C is good for other stuff.
yes they do have a large area of intersect. Use depending on your
application
C i can make something do exactly what i want to do and understand
everything, but Matlab I can visualise data really easily and perform common
engineering functions quickly.


"Bonj" <a@b.com> wrote in message news:35*************@individual.net...
* Possibly greater satisfaction
* Possibly easier to pick up / more straightforward / less arcane
* Greater use in business / commerce / in later life / other applications in general
* Better integration with other applications / hardware devices

?

Maybe matlab *is* more suited to the exercises students get, but maybe
that's because the exercises they're given are designed around matlab,
rather than the other way round. Step back and look outside the box - and
then go back into a different box, the C box - by designing an exercise of
your own that's orientated around being done in C.


"Mr. X" <gr**********@cox.net> wrote in message
news:TlaHd.10275$ru.1018@fed1read07...
Hello,

Let me begin by saying that I am a strong advocate of science, math and
engineering students learning to program...
just a skill that they need to experience even if they go another path.

So, what kind:
The LabView kind where graphical icons are wired together?
The MatLab kind in which programs are built using programs?
Or the C programming kind?

I feel the need to say the last one (justified, perhpas, by the fact that I do it, and I like it).

But could someone extend a more objective or absolute (if it exists),
reason to justify teaching C programming
in a class, when Matlab could do the job (or even, on a simpler level,
LabView)

Please do not email me, I get 160 junk emails a day... Could yo post it?

t.


Nov 14 '05 #4
"Michael" <sl***********@hotmail.com> wrote in message
news:cs**********@titan.btinternet.com...
this is a fairly mute discussion.


You mean, MOOT discussion. moot != mute.

/snip/
Nov 14 '05 #5
xarax wrote:
"Michael" <sl***********@hotmail.com> wrote in message
this is a fairly mute discussion.


You mean, MOOT discussion. moot != mute.


It was the mute mooting call of the male top-poster.

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
Nov 14 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: mch2k2 | last post by:
Hello All I have just started working on Pyhton. I need urgent help regarding Python Network Programming. I want the elctronic version of the Book: Foundations of Python Network programming by...
45
by: Joh | last post by:
hello, i'm trying to understand how i could build following consecutive sets from a root one using generator : l = would like to produce : , , , ,
5
by: mr.iali | last post by:
Hi Everyone I would like to get into software developent using a programming language like c++, java or pl/sql for oracle. I have no idea where to start from. Which language is there more...
2
by: Jackson Yap | last post by:
can someone kind enough to help me look at the attached html and js file? Why is it that the javascript menu could not work at www.apchosting.net but could work at...
11
by: Larry | last post by:
I will be teaching an eCommerce application development course using ASP.Net after many years of having taught classic ASP. (Course was interrupted by 18 months in the Middle East with my Army...
5
by: Kevin Carne | last post by:
First, Merry Christmas. I have been doing intensive Java programming for two years in school (no choice on the language), but now I need to return to C++ because my resume is filled with it both in...
9
by: Brian Hampson | last post by:
I am trying to determine all the groups which the current user has permissions to add a member. Here's my code: foreach (System.DirectoryServices.SearchResult ADSearchres in...
2
by: _A_C-ker_ | last post by:
Hello geek(s), I'm in desperate need of graphics programming using C language. Does anyone have material or web-links that explain graphics programming in- detail? I would appreciate your help...
13
by: Javad | last post by:
Hello I know that I should get the information of windows internet connections by using "rasapi32.dll" library, and I also have some sample codes, but I can't make them work. My exact need is to...
25
by: vikram Bhuskute | last post by:
I have plans to train some students for C in coming weeks. I am badly looking for C programming assignments fot them. Need 1) lots of them per topiic 2) Should be doable for beginners thanks...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.