John wick
Followers: 0 Following: 0
College student practicing on Mat Lab question!
Statistica
13 Domande
0 Risposte
RANK
143.961
of 295.527
REPUTAZIONE
0
CONTRIBUTI
13 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
61.54%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Polynomial Regression and finding Standard Error
Please help me double check my work here ♥ x = [-4 7 -5 -9 2 -6 1 10]; y = [13 -3 -16 -19 -12 1 9 -5]; c1 = [length(x) ...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Using the incremental search method or otherwise to locate one root of the function
Use Matlab's fzero function or your own method to locate all roots of the function, f ( x ) = cos ( − 5 x ^3 + 6 x ^2 + 4 x − ...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
Typing a script that uses incremental search to identify intervals.
Typing a script that uses incremental search to identify intervals where the roots of the equation -260x^2 + 44x + 156 Are. ...
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
Where can I study more about scripts in Mat Lab.
I wanted to learn more about the script, could anyone suggest me where should I learn it?
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Making a script file that creates random vectors and include comment at top describing what the file does.
This is the code I got should anything be adjust and what does it means by include a comment? a = rand(1,6) b = rand(1,6) c...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Mat Lab Loop question It's not working properly. (Loops)
I came up with this loop but it doesn't add up properly x = randi(32,32,1); for A = 1:32 disp(x(7+A)) end or should i...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
I have finished with my programming about making a script file could anybody help me fix the command?
This is the command I could think of. Could anybody help me I'm really confused about the question. I don't know how to answer b...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Could any body check my work? (Plot the function)
x = [-56:64]; y = [3.*x^2-5.*x-6]; plot(x,y,'--r','LineWidth',0.5) xlabel('e') ylabel('n') title('kg') Is this the proper ...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Returning the Matrix, Row and Column of Matrix (Basic Mat Lab)?
For the questions is there anyway to make the answer looks more clean or better coding? A(1,3) B = [1:10; 11:20; 21:30...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
Subtracting in matrix, column to column (Basic MatLab)?
Given a 45×48 matrix, type a single command that subtracts column 36 from column 44 i answered this but it pops up as Error: In...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
I have finished my basic program questions could anybody please check my answers?
oltre 5 anni fa | 1 risposta | 0