photo

Brian

Aktiv seit 2022

Followers: 0   Following: 0

Nachricht

Programming Languages:
MATLAB
Spoken Languages:
English

Statistik

All
MATLAB Answers

0 Fragen
5 Antworten

Cody

0 Probleme
13 Lösungen

RANG
215.891
of 299.192

REPUTATION
0

BEITRÄGE
0 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
 of 20.655

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
28.971
of 163.661

BEITRÄGE
0 Probleme
13 Lösungen

PUNKTESTAND
161

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

fast 2 Jahre vor

Gelöst


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

fast 2 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

fast 2 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 2 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 2 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

etwa 2 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 2 Jahre vor

Beantwortet
Closing the source of an App
It seems you've already found a solution in another thread, but for future reference here are some ways of protecting your sourc...

mehr als 2 Jahre vor | 0

Beantwortet
How to pick two values along a noisy amplitude spectrum that correspond to a specific value?
Your search finds the closest point to your given value, but that point is outside of the plot window. Instead, you could searc...

mehr als 2 Jahre vor | 0

Beantwortet
if block sample time error
All blocks in an If Action Subsystem block must execute at the same rate as the driving If block. You can satisfy this requireme...

mehr als 2 Jahre vor | 0

Beantwortet
Trouble using datcomToFixedWing function
It appears that your Digital DATCOM file is missing some fields. The missing field referenced in the error is "cbar", the longit...

mehr als 2 Jahre vor | 0

Beantwortet
How to fit a particular analytical function while optimising its parameters to a histogram for different data sets in a loop in Matlab?
Hello Joya, I refactored your code to get a better idea of what it was doing, and there seem to be two issues. The main issue i...

mehr als 2 Jahre vor | 1

Gelöst


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

fast 3 Jahre vor

Gelöst


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

fast 3 Jahre vor

Gelöst


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

fast 3 Jahre vor

Gelöst


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

fast 3 Jahre vor

Gelöst


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

fast 3 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

fast 3 Jahre vor