photo

Musaddiq Sajjad


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Beantwortet
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) ...

fast 7 Jahre vor | 0

Beantwortet
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...

fast 7 Jahre vor | 0

Frage


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...

fast 7 Jahre vor | 5 Antworten | 0

5

Antworten

Frage


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...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten