Feeds
답변 있음
Calculating the Greatest Common Divisor for two positive integers (simple)
HEY IT WORKS NOW. Thank you everyone =) just had to use the while loop properly. function [GCD] = GCD(N,M) ...
Calculating the Greatest Common Divisor for two positive integers (simple)
HEY IT WORKS NOW. Thank you everyone =) just had to use the while loop properly. function [GCD] = GCD(N,M) ...
8년 초과 전 | 0
답변 있음
Calculating the Greatest Common Divisor for two positive integers (simple)
How does this look? function main [A, B] = getData; %it shows an error here (too many output argume...
Calculating the Greatest Common Divisor for two positive integers (simple)
How does this look? function main [A, B] = getData; %it shows an error here (too many output argume...
8년 초과 전 | 0
질문
Calculating the Greatest Common Divisor for two positive integers (simple)
Hi, I am very new to Matlab so please excuse my obvious questions. I am trying to construct a simple function that takes two...
8년 초과 전 | 답변 수: 5 | 0
5
답변질문
Variable in input prompt
I am trying to have a counter for the specific object the data of which is currently being entered. I tried: for n = 1:1...
8년 초과 전 | 답변 수: 2 | 0