필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Assigning values from an earlier function

조회 수: 2 (최근 30일)
C Meek
C Meek 2011년 12월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi everyone,
Sorry if my title is a bit vague. I have a function which I created, and takes two inputs N & Q. Later on in my project I am working on a different script which implements the said function.
So, in my script I am typing function1(4,5) where N=4 and Q=5. What I would like to do is get Matlab to actually assign N to 4 and Q to so I can use these letters later on in the script.
Any ideas on how to proceed?
Thanks

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2011년 12월 16일
Not sure if it is this:
N=4;
Q=5;
function1(N,Q)
  댓글 수: 1
C Meek
C Meek 2011년 12월 16일
Yea, that's what I've put in anyway. I guess I'm finding it hard to describe what I'm looking for - but it won't matter for now, as I'm just putting the finishing touches to a project which is due in! Thanks

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by