photo

Maxter Black


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

3 Fragen
0 Antworten

RANG
133.958
of 301.296

REPUTATION
0

BEITRÄGE
3 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
33.33%

ERHALTENE STIMMEN
0

RANG
 of 21.225

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.832

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to compare two elements in an array with not equal operator(~=)?
for i=2:1:length(R) if(R(i)==R(i-1)) else dif=[dif,R(i)]; end end dif=[R(1)]; For e...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to make an exponential function taking as input a vector?
For example, if my vector is: [2], I'd like to convert this into: [1,n]. Then, if input is:[3] -> [1,n,n^2] and so on...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to solve recurrence relations (repeted roots)?
clc;clear all; %% syms n P=input('Coefficients of the polynomial P =[...]= '); k=length(P)-1; R=roots(P); a=input('Base ...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten