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