photo

Cristian


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

10 Fragen
0 Antworten

RANG
284.267
of 300.343

REPUTATION
0

BEITRÄGE
10 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
60.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

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 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to present elements of a cell array?
If in any two elements of both cells, the numbers are the same, then how to display the letters that correspond to these numbers...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


As in Matlab Notebook use functions?
As in Matlab use functions? For example, I wrote a function mymin, then created a .doc file and all placed in the same folder. H...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to create an electronic textbook in Matlab, using MS Word?
I need to design a course project in Matlab. Where to start?

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Change function myfind (index)
I wrote the function myfind that return index of key: function index = myfind(vec, key) len = length(vec); index = 0;...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Create a cell array
How to create a cell arrays consisting of various combinations of letters ABCDE? Letters can be repeated.

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Problem with calling the function
Task: Write a function allparts that will read in lists of part numbers for parts produced by two factories. These are conta...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change the MIN function?
I wrote a function: function MIN = mymin(vec) MIN = vec(1); for i1 = 2:length(vec) if MIN > vec(i1), M...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Write a function for calculate value
Write a function calcvals that will calculate the maximum, minimum, and mean value of a vector based on how many output argume...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Mean and median (difference)
Can you help me, please? What is the difference between the mean and the median of a data set if there are only two values ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to finish this function?
function outv=mymean(vec) mysum=0; for i=1:length(vec) mysum=mysum+vec(i); end outv=(mysum-max(vec)-min(vec...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort