answersLogoWhite

0

Which is best matlab programming or embedded C programming?

Updated: 10/12/2020
User Avatar

Wiki User

11y ago

Best Answer

Really depends on what you're studying--matlab is good for implementing higher level concepts (AI, etc.)

User Avatar

Anonymous

Lvl 1
3y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is best matlab programming or embedded C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is C plus plus good for Embedded programming or not?

C and C++ programming is good for embedded programming. However, embedded implies long running, and that means the possibility of memory fragmentation. You will need to spend time working out or acquiring a method of memory management, such as the use of Smart Pointers and Garbage Collection. This is not a trivial task, but it is a necessary task.


What has the author Michael Barr written?

Michael Barr has written: 'Programming embedded systems' -- subject(s): Embedded computer systems, Programming, C (Computer program language)


What are the difference between matlab and c language?

Matlab is a scripting and mathematical language processor for working with mathematical equations. C is a structured programming language for writing programs. Those programs can contain mathematical equations, but they won't be in quite the same format that you're used to from math class. Matlab will solve and equation for you. C will allow you to write a program that solves the equation. C++ is an object-oriented version of C. matlab and simulink let us design,simulate,implement & test a variety of time varying system


What are the latest information about C programming language?

(link moved to link section) C is moving to embedded & lot more updates, its there on this website


What are the advantages of c over c?

Embedded c deals with MicroControllers,IO Ports( Ram, Rom). where as C deals with only memory, operatingSystems. C is a desktop programming language. for embedded a piece of software code is implemented into the hardware for its functioning which should supports pre-emption, low latency etc.


Why is C plus plus not widely chosen for embedded process application?

There is no such term as embedded process application but you probably meant embedded system software. Embedded systems can make use of general purpose compilers, assemblers and debuggers, but these are often used in conjunction with more specific high-level programming tools and modellers, many of which emit C-code or raw assembly.


What is the best programming guide?

C Programming Language (2nd Edition) by Brian W. Kernighan and Dennis M. Ritchie is from the creators of C and is the best guide after you learn the language.


Where we use the c language why?

Mostly all c programs are used in embedded applications where the micro or ecu resources are limited. Embedded applications are those you find in your car, microwaves, dishwashers, digital wrist watches, etc. There are two or three folds programs written in c for embedded applications than there are for desktops. Answer: In programming, obviously. Some programs written in C, for example: linux, PHP, Oracle, Windows


What is the best website for C plus plus programming?

www.cplusplus.com


What is the best website to download C programming language?

Programming languages (or natural languages) cannot be downloaded.


What is the best mobile programming language?

Depends if it is application then : Java, c# If it is system level then : c,c++


Difference between c and embded c?

In the C standard, a standalone implementation doesn't have to provide all of the library functions that a hosted implementation has to provide. The C standard doesn't care about embedded, but vendors of embedded systems usually provide standalone implementations with whatever amount of libraries they're willing to provide. and also Embedded environment, sometime, there is no MMU, less memory, less storage space. In C programming level, almost same, cross compiler do their job.