با سلام من یه مشکل بزرگ و خیلی خیلی مهم در برنامه متلب دارم
خواهشا منو راهنمایی کنید .... سورس برنامه من در متلب پیام خطای زیر رو میده :
از تابع ایراد میگیره ....چرا؟؟؟؟؟؟؟؟؟؟ راهنمایی کنید لطفا
??? function نام تابع من
Error: Function definitions are not permitted at the prompt or in scripts.
فایل هلپ (راهنما)رو هم که خوندم اینجوری نوشته:
help function name
FUNCTION Add new function.
New functions may be added to MATLAB's vocabulary if they
are expressed in terms of other existing functions. The
commands and functions that comprise the new function must
be put in a file whose name defines the name of the new
function, with a filename extension of '.m'. At the top of
the file must be a line that contains the syntax definition
for the new function. For example, the existence of a file
on disk called STAT.M with:
function [mean,stdev] = stat(x)
%STAT Interesting statistics.
n = length(x);
mean = sum(x) / n;
stdev = sqrt(sum((x - mean).^2)/n);
راستش بازم من نمیدونم چه جوری این کارو باید کنم هر کاری میکنم بازم پیام خطا رو میده ... تورو خدا راهنمایی ام کنید من واقعا گیر این مشکلم ...من یه تازه کارم
.
خواهشا منو راهنمایی کنید .... سورس برنامه من در متلب پیام خطای زیر رو میده :
از تابع ایراد میگیره ....چرا؟؟؟؟؟؟؟؟؟؟ راهنمایی کنید لطفا
??? function نام تابع من
Error: Function definitions are not permitted at the prompt or in scripts.
فایل هلپ (راهنما)رو هم که خوندم اینجوری نوشته:
help function name
FUNCTION Add new function.
New functions may be added to MATLAB's vocabulary if they
are expressed in terms of other existing functions. The
commands and functions that comprise the new function must
be put in a file whose name defines the name of the new
function, with a filename extension of '.m'. At the top of
the file must be a line that contains the syntax definition
for the new function. For example, the existence of a file
on disk called STAT.M with:
function [mean,stdev] = stat(x)
%STAT Interesting statistics.
n = length(x);
mean = sum(x) / n;
stdev = sqrt(sum((x - mean).^2)/n);
راستش بازم من نمیدونم چه جوری این کارو باید کنم هر کاری میکنم بازم پیام خطا رو میده ... تورو خدا راهنمایی ام کنید من واقعا گیر این مشکلم ...من یه تازه کارم
.