Statistik
4 Fragen
0 Antworten
RANG
171.699
of 295.527
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to evaluate the code inside the MuPad notebook?? to find the Euler Phi value of given input
x=5; x=sym(x); nb=mupad('phi.mn'); setVar(nb,x); z=getVar(nb,'z'); content of file phi.mn is [z := numlib::phi(x); ...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to reduce the time to calculate the inverse of a matrix
I have a 64 x 64 matrix,and it is taking a lot of time like 15-20 minutes to compute the inverse,Let my matrix be A,I'm using th...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Calling a function f inside f,how can we do this
function H=f(m) H1=zeros(m/2); H=[f(m/2) H1;H1 H1]; end
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Using if statement inside a function,I didn't understand why the error is coming,why I am unable to use the values of x & y inside the if loop
function O = help(~,~) i=input('Value of i:'); j=input('Value of j:'); O = y(i,j); function g=y(x,...
mehr als 11 Jahre vor | 1 Antwort | 0