• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 09:44
CET 15:44
KST 23:44
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT29Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Team Liquid Map Contest - Preparation Notice0Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza1Weekly Cups (Feb 16-22): MaxPax doubles0Weekly Cups (Feb 9-15): herO doubles up2ACS replaced by "ASL Season Open" - Starts 21/0258
StarCraft 2
General
How do you think the 5.0.15 balance patch (Oct 2025) for StarCraft II has affected the game? ByuL: The Forgotten Master of ZvT Nexon's StarCraft game could be FPS, led by UMS maker Team Liquid Map Contest - Preparation Notice Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza
Tourneys
PIG STY FESTIVAL 7.0! (19 Feb - 1 Mar) RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament SEL Doubles (SC Evo Bimonthly) WardiTV Team League Season 10
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 515 Together Forever Mutation # 514 Ulnar New Year Mutation # 513 Attrition Warfare
Brood War
General
It's March 3rd CasterMuse Youtube Recent recommended BW games Soma Explains: JD's Unrelenting Aggro vs FlaSh TvZ is the most complete match up
Tourneys
[Megathread] Daily Proleagues BWCL Season 64 Announcement The Casual Games of the Week Thread [LIVE] [S:21] ASL Season Open Day 1
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
Nintendo Switch Thread Battle Aces/David Kim RTS Megathread Diablo 2 thread Path of Exile Online Quake Live Config Editor Tool
Dota 2
The Story of Wings Gaming Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread UK Politics Mega-thread NASA and the Private Sector
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Just Watchers: Why Some Only…
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Life Update and thoughts.
FuDDx
How do archons sleep?
8882
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2583 users

MATLAB thread - Page 4

Forum Index > General Forum
Post a Reply
Prev 1 2 3 4 All
fight_or_flight
Profile Blog Joined June 2007
United States3988 Posts
October 27 2008 00:16 GMT
#61
On October 27 2008 08:35 jgad wrote:
Show nested quote +
On October 27 2008 08:28 KlaCkoN wrote:
On October 27 2008 08:21 prOxi.swAMi wrote:
Why you'd introduce students to computing using matlab I have no idea. Pascal is the best learner's language ever.


Never used pascal, but matlab is reaaaly user friendly in my opinion. You can do quite fun stuff quite quickly. Not exactly quick code though, so I don't understand what kind of guys that are using it proffesionally?


I work in physics research and it's the sort of thing a lot of people have around. The guys who are doing number intensive stuff like quantum chemical computations, they tend to write their own code in C++ for obvious performance reasons. Lots of other people, though, who simply have to do big analysis on large data sets, use it quite a bit. For things up to a few million data points, give or take an order of magnitude depending on what you're working on, it's quick and simple and handy. I've used it to do simple backprojection calculations on CAT scan data, to analyse materials and prototype testing data, to collate and mass-crunch big data sets. The applications are endless.

I know that some physics departments still use fortran for number crunching. Especially in quantum physics, where all of your numbers are complex, which is very intensive. They combine fotran with super-fast libraries, and also parallel computing libraries.
Do you really want chat rooms?
geometryb
Profile Blog Joined November 2005
United States1249 Posts
October 27 2008 00:50 GMT
#62
very powerful program
imDerek
Profile Blog Joined August 2007
United States1944 Posts
October 27 2008 00:53 GMT
#63
On October 27 2008 09:11 clazziquai wrote:
Show nested quote +
On October 27 2008 09:06 imDerek wrote:
using it on my EE labs


Electrical Engineering?


indeed! playing around with sound files is fun
Least favorite progamers: Leta, Zero, Mind, Shine, free, really <-- newly added
jgad
Profile Blog Joined March 2008
Canada899 Posts
October 27 2008 12:56 GMT
#64
On October 27 2008 09:16 fight_or_flight wrote:
Show nested quote +
On October 27 2008 08:35 jgad wrote:
On October 27 2008 08:28 KlaCkoN wrote:
On October 27 2008 08:21 prOxi.swAMi wrote:
Why you'd introduce students to computing using matlab I have no idea. Pascal is the best learner's language ever.


Never used pascal, but matlab is reaaaly user friendly in my opinion. You can do quite fun stuff quite quickly. Not exactly quick code though, so I don't understand what kind of guys that are using it proffesionally?


I work in physics research and it's the sort of thing a lot of people have around. The guys who are doing number intensive stuff like quantum chemical computations, they tend to write their own code in C++ for obvious performance reasons. Lots of other people, though, who simply have to do big analysis on large data sets, use it quite a bit. For things up to a few million data points, give or take an order of magnitude depending on what you're working on, it's quick and simple and handy. I've used it to do simple backprojection calculations on CAT scan data, to analyse materials and prototype testing data, to collate and mass-crunch big data sets. The applications are endless.

I know that some physics departments still use fortran for number crunching. Especially in quantum physics, where all of your numbers are complex, which is very intensive. They combine fotran with super-fast libraries, and also parallel computing libraries.


Depends what you're doing, I think. I'm an experimentalist, so coding is not really my expertise, but Fortran is procedural - good for working with lots of complex numbers, but sometimes you really want something object oriented. Monte-Carlo simulations, for example.
콩까지마
bp1696
Profile Blog Joined February 2007
United States288 Posts
October 27 2008 14:27 GMT
#65
I'm pretty good with MATLAB, I use it everyday for analyses/programming stuff that uses a lot of computations or simulations. PM me if you need specific help with stuff. Also, www.matlabcentral.com and their file exchange thing is the best matlab site ever.
Sleep is for the fishes
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
Last Edited: 2008-10-27 14:44:39
October 27 2008 14:31 GMT
#66
Matlab is a useless pile of junk. It's neither a calculator nor a programming language but takes the worst of both - complexity of use and feebleness in data manipulation.

Seriously, if you're into software with preprogrammed plot tools and numerical methods, try some C lib or LabView (which, although largely unconvential, is a fully-functional programming language).

As for the lectures, you shouldn't have much trouble with MATLAB, just get excellent grades and forget about it like I did.

EDIT: Well, as "useless pile of junk" may offend fanboys, let me put it the other way: there are jobs MATLAB does fine, but due to it being right in the middle between simple and powerful, it's like a jack-of-all-trades-master-of-nothing type of thing. The amount of tasks it does really well is abysmal.
You want 20 good men, but you need a bad pussy.
BluzMan
Profile Blog Joined April 2006
Russian Federation4235 Posts
October 27 2008 14:42 GMT
#67
On October 27 2008 21:56 jgad wrote:
Show nested quote +
On October 27 2008 09:16 fight_or_flight wrote:
On October 27 2008 08:35 jgad wrote:
On October 27 2008 08:28 KlaCkoN wrote:
On October 27 2008 08:21 prOxi.swAMi wrote:
Why you'd introduce students to computing using matlab I have no idea. Pascal is the best learner's language ever.


Never used pascal, but matlab is reaaaly user friendly in my opinion. You can do quite fun stuff quite quickly. Not exactly quick code though, so I don't understand what kind of guys that are using it proffesionally?


I work in physics research and it's the sort of thing a lot of people have around. The guys who are doing number intensive stuff like quantum chemical computations, they tend to write their own code in C++ for obvious performance reasons. Lots of other people, though, who simply have to do big analysis on large data sets, use it quite a bit. For things up to a few million data points, give or take an order of magnitude depending on what you're working on, it's quick and simple and handy. I've used it to do simple backprojection calculations on CAT scan data, to analyse materials and prototype testing data, to collate and mass-crunch big data sets. The applications are endless.

I know that some physics departments still use fortran for number crunching. Especially in quantum physics, where all of your numbers are complex, which is very intensive. They combine fotran with super-fast libraries, and also parallel computing libraries.


Depends what you're doing, I think. I'm an experimentalist, so coding is not really my expertise, but Fortran is procedural - good for working with lots of complex numbers, but sometimes you really want something object oriented. Monte-Carlo simulations, for example.


A lot of people embed precompiled fortran code into C++ applications, this way you can have the class structure combined with fortran's immense speed. When I did my work, I used LabView as the external GUI with all the plotting tools I needed (besides, it has native multithreading and data acquisition) calling external libraries for the actual computation.
You want 20 good men, but you need a bad pussy.
jgad
Profile Blog Joined March 2008
Canada899 Posts
October 27 2008 18:17 GMT
#68
Well, there are always many solutions - you really have to treat each problem as it comes. Matlab obviously has its uses or it wouldn't be as popular as it is. If you've got a calculation which would take 10 minutes in Matlab to process or two minutes in Fortran to process, but you can code the Matlab one in five minutes instead of in five hours, then obviously Matlab is the better choice. Bottom line performance is rarely the deciding factor in choosing your programming language - in cases where it is, yeah, often Fortran wins.
콩까지마
clazziquai
Profile Blog Joined October 2007
6685 Posts
October 27 2008 18:21 GMT
#69
What would you guys recommend is the best program to use for Computer Engineering??
#1 Sea.Really Fan / #1 Nesh Fan / Terran Forever~
GHOSTCLAW
Profile Blog Joined February 2008
United States17042 Posts
October 27 2008 18:24 GMT
#70
On October 28 2008 03:21 clazziquai wrote:
What would you guys recommend is the best program to use for Computer Engineering??



What do you want to do in computer engineering? Messing around with circuits is usually pspice, messing around with large data sets is matlab, designing circuits is a program called either microwind or magic, and if you're just planning on being an office drone that knows computer eng, use microsoft office
PhotographerLiquipedia. Drop me a pm if you've got questions/need help.
fight_or_flight
Profile Blog Joined June 2007
United States3988 Posts
Last Edited: 2008-10-27 21:33:54
October 27 2008 21:27 GMT
#71
On October 27 2008 23:31 BluzMan wrote:
Matlab is a useless pile of junk. It's neither a calculator nor a programming language but takes the worst of both - complexity of use and feebleness in data manipulation.

Seriously, if you're into software with preprogrammed plot tools and numerical methods, try some C lib or LabView (which, although largely unconvential, is a fully-functional programming language).

As for the lectures, you shouldn't have much trouble with MATLAB, just get excellent grades and forget about it like I did.

EDIT: Well, as "useless pile of junk" may offend fanboys, let me put it the other way: there are jobs MATLAB does fine, but due to it being right in the middle between simple and powerful, it's like a jack-of-all-trades-master-of-nothing type of thing. The amount of tasks it does really well is abysmal.

Matlab is actually the de facto tool for DSP. Nothing is better than matlab in this respect. As I mentioned on the previous page, my company is going to start working on software-defined radios. We will be using Simulink, which is an addon to matlab, to do the work. With it we can write matlab embedded code (or C code) and compile it onto an FPGA or DSP chip.

Then we can have an arbitrary radio (cellphone, GPS, wifi, FM radio, etc).

Also, in industry, matlab is used for certain applications. You may think to yourself that raw C is more efficient, but time is money.

However, I don't understand why you say Labview is somehow better than matlab as far as data manipulation goes. I've used Labview extensively, and I have to say its much easier to manipulate data in matlab. (in fact I have scilab installed on my computer to make sure all my calculations are correct before I put it in labview)

Labview is a great piece of software though. Currently I'm doing radiated measurements and plotting the data in Labview. Look at what I have so far:

+ Show Spoiler +
[image loading]
Do you really want chat rooms?
ParasitJonte
Profile Joined September 2004
Sweden1768 Posts
October 27 2008 22:35 GMT
#72
From what I hear, functional programming will take over scientific computation.

Discuss!
Hello=)
Spedicus
Profile Joined January 2008
Canada16 Posts
October 27 2008 23:54 GMT
#73
Can you believe it? You've already finished C. Do you think you can do MATLAB??

EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

neinei
Profile Joined April 2010
Philippines2 Posts
April 21 2010 12:45 GMT
#74
hello guys i really need help about a matlab problem .. can anyone help me ??
please ??

i am alyza ,
a 2nd year college Electronics and Communications Engineering student
at UPHSL Phils.

please help me how to solve this in matlab .
i really dunno how . i find it hard to solve
im trying to solve it and i still cant find and solve for the right equation
for me to write the code in m-file and as well as to run it to show the figure .

could anyone help me to solve this ? i need the codes in m-file and some computations of the equations in m-file please help me . thnks .
your help is really appreciated =(

the figures are listed below:
http://i41.tinypic.com/14btdkw.jpg
i really need your help
whartondanielle5
Profile Joined February 2021
1 Post
Last Edited: 2021-02-08 14:13:44
February 08 2021 14:13 GMT
#75
--- Nuked ---
Prev 1 2 3 4 All
Please log in or register to reply.
Live Events Refresh
Next event in 10h 16m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
BRAT_OK 103
StarCraft: Brood War
Sea 48460
Britney 38424
Bisu 5521
Hyuk 1563
firebathero 836
actioN 681
Mini 394
Soma 253
Shuttle 220
Rush 207
[ Show more ]
PianO 180
Soulkey 155
ZerO 150
Mong 96
Dewaltoss 94
Backho 70
ToSsGirL 64
Sea.KH 64
JulyZerg 58
[sc1f]eonzerg 39
Free 28
GoRush 25
sSak 23
zelot 21
scan(afreeca) 20
910 19
ajuk12(nOOB) 15
Nal_rA 14
Rock 12
SilentControl 11
soO 10
Terrorterran 5
Dota 2
qojqva1708
XcaliburYe115
Counter-Strike
fl0m2286
olofmeister1757
x6flipin304
Heroes of the Storm
crisheroes360
Other Games
singsing2359
Gorgc2315
Liquid`RaSZi1262
B2W.Neo1033
hiko494
Lowko293
Hui .229
Fuzer 199
ArmadaUGS121
Mew2King60
oskar56
ZerO(Twitch)15
Organizations
Counter-Strike
PGL80
StarCraft: Brood War
lovetv 20
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• StrangeGG 30
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• LUISG 0
• Migwel
• sooper7s
StarCraft: Brood War
• blackmanpl 24
• FirePhoenix3
• Michael_bg 3
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• TFBlade718
Upcoming Events
PiGosaur Cup
10h 16m
Replay Cast
18h 16m
Replay Cast
1d 9h
The PondCast
1d 19h
KCM Race Survival
1d 19h
WardiTV Winter Champion…
1d 21h
Replay Cast
2 days
Ultimate Battle
2 days
Light vs ZerO
WardiTV Winter Champion…
2 days
Classic vs Nicoract
herO vs YoungYakov
ByuN vs Gerald
Clem vs Krystianer
Replay Cast
3 days
[ Show More ]
CranKy Ducklings
3 days
WardiTV Winter Champion…
3 days
MaxPax vs Spirit
Bunny vs Rogue
Cure vs SHIN
Solar vs Zoun
Replay Cast
4 days
Sparkling Tuna Cup
4 days
WardiTV Winter Champion…
4 days
Replay Cast
5 days
Replay Cast
5 days
Monday Night Weeklies
6 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2026-03-02
PiG Sty Festival 7.0
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
Spring Cup 2026
WardiTV Winter 2026
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual
eXTREMESLAND 2025

Upcoming

ASL Season 21: Qualifier #1
ASL Season 21: Qualifier #2
ASL Season 21
Acropolis #4 - TS6
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
RSL Revival: Season 4
NationLESS Cup
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.