필터 지우기
필터 지우기

Function Generation Error (Not enough input arguments)

조회 수: 2 (최근 30일)
Burak Karaosmanoglu
Burak Karaosmanoglu 2017년 11월 10일
답변: Mischa Kim 2017년 11월 10일
I was trying to generate a function, but repeatedly faced the same error that I could not figure out on my own. What I was doing is to simply create a parabolic function with the algorithm below:
function [y] = deneme(x)
y = x.^2;
end
The error message is "Not enough input arguments. Error in deneme (line 2) y = x.^2;"

채택된 답변

Mischa Kim
Mischa Kim 2017년 11월 10일
Store the function in a file called deneme.m and then execute in the MATLAB command window
y = deneme(3)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by