Statistics
0 Questions
24 Réponses
2 Fichiers
Cody0 Problèmes
40 Solutions
RANG
1 315
of 276 211
RÉPUTATION
42
CONTRIBUTIONS
0 Questions
24 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
7
RANG
6 149 of 18 594
RÉPUTATION
170
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
2 Fichiers
TÉLÉCHARGEMENTS
33
ALL TIME TÉLÉCHARGEMENTS
1393
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
6 Public Chaînes
CLASSEMENT MOYEN
61
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
A soumis
Climate Data Store Toolbox for MATLAB
MATLAB(R) Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/)
2 mois il y a | 27 téléchargements |

A résolu
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
8 mois il y a
A résolu
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
8 mois il y a
Building a Word Cloud app
There is now a wordcloud function in MATLAB starting in R2017b: sonnets = fileread("sonnets.txt"); wordcloud(sonnets)
presque 3 ans il y a | 0
| A accepté
Chaîne
Daily Temperature Stats, Natick MA
High, Low, Mean, Median for each day from Natick Weather Station channel 12397
presque 4 ans il y a
I have to create a matrix using only zeros, ones and eye
A = eye(5); A(1,:) = ones(1,5);
environ 4 ans il y a | 0
Average minutes dataset to 10 minutes dataset.
Check out the <https://www.mathworks.com/help/matlab/ref/retime.html retime> function in MATLAB that was introduced in R2016b.
environ 6 ans il y a | 0
A soumis
Read a National Instruments USB-TC01 single channel Thermometer in MATLAB
Read a National Instruments USB-TC01 single channel thermometer from MATLAB®
plus de 6 ans il y a | 4 téléchargements |
DC Motor Arduino Matlab
MATLAB Arduino supports the PWM (Pulse Width Modulation) mode on various digital pins. Check out this video: <http://www.mat...
plus de 7 ans il y a | 0
Element-wise multiplication of duration and double array
The result of the |<http://www.mathworks.com/help/matlab/matlab_prog/compute-elapsed-time.html diff>| on |dispt| (which I assume...
plus de 7 ans il y a | 0
convert char to double
Assuming you're in R2014b or later: Recreate your data data = ['19-Jan-2015 11:30:00.000 11.8950011 1.7625011 ...
plus de 7 ans il y a | 0
Simulink Hardware Support Package for Arduino [Thingspeak Write and r2014a version]
Support was added in R2014b. -Rob Purser
plus de 7 ans il y a | 0
| A accepté
Chaîne
MathWorks Weather Station Visualizations
Visualizations associated with MathWorks Weather Station
plus de 7 ans il y a
A résolu
Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.
environ 8 ans il y a
Chaîne
Growing Degree Days - Natick, MA
Growing Degree Days for Natick, MA, based on the weather data from channel 12397. See https://en.wikipedia.org/wiki/Growing_deg...
environ 8 ans il y a
A résolu
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
environ 8 ans il y a
A résolu
Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...
environ 8 ans il y a
A résolu
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
environ 8 ans il y a
A résolu
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
environ 8 ans il y a
32 bit MATLAB on 64 bit Windows is not picking up my MCC device
Running 32-bit MATLAB on 64-bit Windows is a supported configuration as-of R2010b. In R2010a and earlier, this configuration is ...
presque 9 ans il y a | 2
| A accepté
Matlab Support package for SensorDAQ and Thermocouple.
Hi, Are you using the <http://www.mathworks.com/matlabcentral/fileexchange/32636-matlab-support-package-for-vernier-sensordaq...
plus de 9 ans il y a | 1
A résolu
Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...
environ 11 ans il y a
A résolu
The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...
environ 11 ans il y a
A résolu
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
environ 11 ans il y a