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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0