Feeds
질문
How can ı call this void function from another file.I could not do it
function [] = palindromeprime(n) reverse = 0; new = n; prime = n; x = true; while new > 0 t = mod(new,10); r...
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
Every statement is compiled "TRUE" without checking if its true HELP!
In my code,every if statement is compiled true even if it is not.My code is below. disp("Grades of students "); G=randi(...
6년 초과 전 | 답변 수: 1 | 0