Statistik
All
RANG
23.004
of 295.673
REPUTATION
1
BEITRÄGE
3 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
2
RANG
8.777 of 20.262
REPUTATION
86
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
2 Dateien
DOWNLOADS
3
ALL TIME DOWNLOADS
869
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Function outputs a 1x2 matrix, yet I can't append that matrix to another matrix.
function prop(f,u,q,sq) %Define stuff SQ=[]; Q=[]; g=size(q); %Evaluation of f with q Q=s...
etwa 13 Jahre vor | 1 Antwort | 2
1
AntwortFrage
Problem with undefined variable
Hi, I'd like to construct a function Q that has a symbolic expression f(u1,u2,...,ui) as an argument. The thing is that I do...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Peak-finding function doesn't work.
function [M] = peak(A) for j=2:size(A,2) if A(j,2)-A(j-1,2) >= 0 && A(j,2)-A(j+1,2) >= 0 M=[M,A(j,1)]; en...
mehr als 13 Jahre vor | 1 Antwort | 0