photo

Nicolas Bourbaki


Last seen: plus d'un an il y a Actif depuis 2018

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

12 Questions
0 Réponses

Cody

0 Problèmes
8 Solutions

RANG
10 637
of 300 364

RÉPUTATION
4

CONTRIBUTIONS
12 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
4

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
43 141
of 168 407

CONTRIBUTIONS
0 Problèmes
8 Solutions

SCORE
94

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

plus d'un an il y a

A résolu


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:...

plus d'un an il y a

A résolu


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

plus d'un an il y a

A résolu


Return area of square
Side of square=input=a Area=output=b

plus d'un an il y a

A résolu


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 ...

plus d'un an il y a

Question


Wildcard file name matching with multiple dots on Windows
fclose(fopen('myfile.txt', 'w')); fclose(fopen('myfile.txt.1', 'w')); dir('*.txt.*') will match "myfile.txt" and "myfile.txt....

plus de 3 ans il y a | 1 réponse | 1

1

réponse

Question


Using function of newer MATLAB version in older version
Hello everybody out there using MATLAB, The functions wrap and unwrap have been added to MATLAB in 2021. Is there a way to add...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


Interpolation of circular data
Hello everybody out there using MATLAB, Is there a built-in function for interpolating circular data, i.e. a timeseries of angl...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


Returning properties of a vector of objects as an vector
Is it possible to return the properties of objects in a vector as a vector or array? Given the phone book example on https://de...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Get index of object with a given property in an array
Is it possible to remove an entry from a vector of arrays based on a certain property? How would I get the index of a certain p...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

A résolu


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

environ 6 ans il y a

Question


'arduino_gettingstarted' fails due to "Invalid type of input arguments"
Hello everybody out there using Simulink, Having not much experience with Simulink, I wanted to try to control the LED of an Ar...

environ 6 ans il y a | 1 réponse | 0

0

réponse

Question


Ardunio not detected by Analog input recorder
The analog input recorder works very good for me and it detects different data acquisition devices like National Instrument boar...

environ 6 ans il y a | 2 réponses | 0

2

réponses

Question


Analog Input Recorder App: Scaling x axis
The Analog Input Recorder App is a nice idea for quickly checking analog inputs. Scaling the y axis is easy, but I did not find...

plus de 6 ans il y a | 1 réponse | 1

1

réponse

A résolu


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...

plus de 6 ans il y a

A résolu


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

plus de 6 ans il y a

Question


Missing `suptitle` and `writeVideo` functions
Hello everybody out there using MATLAB, It seems as I would miss the suptitle and writeVideo functions, but they should be incl...

plus de 6 ans il y a | 2 réponses | 0

2

réponses

Question


No supported compiler was found.
Upon trying to compile a file using mex, I receive the following error message: Error using mex No supported compiler was foun...

plus de 6 ans il y a | 1 réponse | 1

1

réponse

Question


Exporting/extracting field from figure property editor
The property editor for figures is very useful and I use it a lot. Often it occurs to me that I would like to add the adjustm...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Indexing result of strsplit('My string', ' ')
Why doesn't something like strsplit('My string', ' ')(1) work? Is there a more elegant way than x = strsplit('...

plus de 7 ans il y a | 1 réponse | 1

1

réponse