• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 08:55
CET 14:55
KST 22:55
  • 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
TL.net Map Contest #21: Winners11Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation4Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
[TLMC] Fall/Winter 2025 Ladder Map Rotation Mech is the composition that needs teleportation t Weekly Cups (Nov 3-9): Clem Conquers in Canada Craziest Micro Moments Of All Time? SC: Evo Complete - Ranked Ladder OPEN ALPHA
Tourneys
Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $5,000+ WardiTV 2025 Championship Merivale 8 Open - LAN - Stellar Fest
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
BW General Discussion FlaSh on: Biggest Problem With SnOw's Playstyle Terran 1:35 12 Gas Optimization BGH Auto Balance -> http://bghmmr.eu/ [ASL20] Ask the mapmakers — Drop your questions
Tourneys
[BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET [ASL20] Grand Finals [Megathread] Daily Proleagues
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Should offensive tower rushing be viable in RTS games? Path of Exile Dawn of War IV
Dota 2
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
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread The Games Industry And ATVI
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1346 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
Kung Fu Cup
12:00
2025 Monthly #3: Day 1
Reynor vs GuMihoLIVE!
ByuN vs ShoWTimE
RotterdaM523
TKL 182
Rex146
IntoTheiNu 103
SteadfastSC88
Liquipedia
OSC
11:30
Mid Season Playoffs
Cure vs SpiritLIVE!
Krystianer vs Percival
WardiTV446
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 523
Reynor 227
TKL 182
Rex 146
SteadfastSC 88
StarCraft: Brood War
Calm 4495
Rain 2923
Bisu 2701
Hyuk 2015
Horang2 1304
Flash 797
Soma 464
Backho 369
Stork 340
Rush 261
[ Show more ]
Pusan 197
Last 133
Soulkey 115
JulyZerg 104
Barracks 79
hero 58
sSak 33
zelot 31
Aegong 28
sas.Sziky 24
Killer 23
Terrorterran 11
Noble 9
Hm[arnc] 7
Dota 2
Gorgc2155
qojqva1591
Dendi1136
XcaliburYe181
BananaSlamJamma86
Counter-Strike
olofmeister911
allub158
Super Smash Bros
Mew2King127
Other Games
B2W.Neo990
hiko295
DeMusliM285
Pyrionflax260
Sick170
Fuzer 164
Hui .86
QueenE46
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• Adnapsc2 9
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 1641
• WagamamaTV400
League of Legends
• Nemesis1689
• TFBlade702
Upcoming Events
Tenacious Turtle Tussle
9h 6m
The PondCast
20h 6m
RSL Revival
20h 6m
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
22h 6m
WardiTV Korean Royale
22h 6m
PiGosaur Monday
1d 11h
RSL Revival
1d 20h
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
1d 22h
CranKy Ducklings
2 days
RSL Revival
2 days
herO vs Gerald
ByuN vs SHIN
[ Show More ]
Kung Fu Cup
2 days
IPSL
3 days
ZZZero vs rasowy
Napoleon vs KameZerg
BSL 21
3 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
3 days
RSL Revival
3 days
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
3 days
WardiTV Korean Royale
3 days
BSL 21
4 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
4 days
Dewalt vs WolFix
eOnzErG vs Bonyth
Wardi Open
4 days
Monday Night Weeklies
5 days
WardiTV Korean Royale
5 days
The PondCast
6 days
Liquipedia Results

Completed

Proleague 2025-11-07
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
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 © 2025 TLnet. All Rights Reserved.