Community Profile

photo

Daabir Momin


Last seen: 12 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


prime factor function matlab
function [z1] = pfact(Z) if Z>=2 p = 2:Z; q = mod(Z,p); a=find(q==0); z1=p(a) elseif Z==1 z1 = 1 els...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


I need help plotting using this while loop
this is how my code looks like currently, I am generating the correct munbers for the fuction but it is not plotting anything. P...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort