photo

WillandSmith


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
261.737
of 299.737

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
40.0%

ERHALTENE STIMMEN
0

RANG
 of 20.791

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 165.655

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

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Can matlab coder remain small functions intact?
When using matlab coder, sometimes it will break down small functions and merge into main function, which makes the code more di...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I see variable's values in another subfunction?
I have a main function. The main function calls two subfunction sub_A and sub_B.And sub_A calls sub_C,sub_B calls sub_D. The qu...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I use single float with filtfilt in matlab coder?
I use matlab coder (matlab version:R2017a) to compile matlab code to C code .And I want to use single floating-point number.Whil...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


About SVD running time in Matlab and in C code which produced by Matlab coder.
I use SVD like code below [U,S,V] = svd(PhiG,'econ'); which PhiG is double complex matrix with dimension 60*1024. In matlab c...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matlab R2015a coder error:Dimension 1 is fixed on the left-hand side but varies on the right ([1024 x 1] ~= [:? x 1]).
I use Matlab R2015a coder to compile a .m function to C code.But get three errors.How can I solve these errors?Thank you for any...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort