Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

What does this mean? (Matlab)

Status
Not open for further replies.

Antonio_Magma

Full Member level 2
Joined
Jun 21, 2005
Messages
136
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,298
Activity points
2,777
When i try to run an .m file, this error appears...

Warning: Function call ofdm invokes inexact match C:\Documents and Settings\vcteo\Desktop\MyMatlab\Learn\OFDM.m.

In run at 62

what does this mean?
 

it means there is a syntax error on line 62 of the m files
 

however. despite the error msg...the code still runs and produces an output..

does it mean that the output is inaccurate or it is ok to ignore the error?
 

i think it ignore the error,and the error does not influence the result.
 

If the error happens only with a particular .m file it means that you have a syntax error or another similar thing. Although it produces an output, it´s could be bad if it´s depends of bad code (i.e if you call a fuction and then you don´t use the output of this). I think that you could prove to execute the debugger of Matlab or post your code here.

Greetings.
 

The answer is very simple!!!
You have used incorrect alphabet case to call your function!!!! ;-)
It means that you have to use the same case to call your function. for example if you save your mfile as "OfDm.m" you have to use "OfDm" to call it and if you use "ofdm" this error appears!!
It was very simple!! ;-)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top