photo

Peter Webb

MathWorks

Last seen: 2 mois il y a Actif depuis 2010

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

0 Questions
3 Réponses

File Exchange

17 Fichiers

Cody

0 Problèmes
7 Solutions

RANG
101 805
of 300 853

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
427 of 21 094

RÉPUTATION
3 863

CLASSEMENT MOYEN
4.00

CONTRIBUTIONS
17 Fichiers

TÉLÉCHARGEMENTS
20

ALL TIME TÉLÉCHARGEMENTS
38301

RANG
46 798
of 171 319

CONTRIBUTIONS
0 Problèmes
7 Solutions

SCORE
84

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • GitHub Submissions Level 2
  • Solver
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer

Afficher les badges

Feeds

Afficher par

A soumis


distributed-event-streaming-system-objects
How to stream Apache Kafka topics through MATLAB System Objects.

plus de 2 ans il y a | 1 téléchargement |

0.0 / 5

Réponse apportée
kafka integration to matlab
We have released a MATLAB support package that lets you read and write Kafka data as timetables: https://www.mathworks.com/he...

presque 3 ans il y a | 0

A soumis


Centralize-Protect-Scale-Example-Motor-Health-App
Connect your MATLAB desktop to algorithms deployed to MATLAB Production Server.

plus de 4 ans il y a | 1 téléchargement |

0.0 / 5

A résolu


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

environ 5 ans il y a

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

environ 5 ans il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A soumis


DeployAnywhere.zip
Example code for "Deploy Anywhere" article in "Art of MATLAB" blog.

plus de 9 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


Liberating Deployed Application Output from the Console Window
Source code for "Art of MATLAB" blog posts describing how to manage output in deployed applications.

plus de 9 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Creating Builder NE Web Services for Firefox, IE, Chrome and Safari
Code for "Art of MATLAB" post -- how to create WCF services that communicate using JSON.

plus de 9 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


Windows Communication Foundation and Builder NE Type Safe APIs
Code for the "Art of MATLAB" post - how to build web services with Builder NE.

plus de 9 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Using MATLAB Structures in C# with Builder NE
Code for the "Art of MATLAB" post - shows how to pass structures between MATLAB and C#.

plus de 9 ans il y a | 1 téléchargement |

1.0 / 5

A soumis


Multiple Inputs and Outputs in Builder NE Type Safe APIs
Example code for the "Art of MATLAB" blog post of the same name.

plus de 9 ans il y a | 1 téléchargement |

5.0 / 5

A soumis


Introducing Type Safe APIs with Builder NE
Example code for initial type safe API post in the "Art of MATLAB" blog.

plus de 9 ans il y a | 1 téléchargement |

4.0 / 5

A soumis


Deploying the ver Command
Example code for "Deploying the ver Command" post in the "Art of MATLAB" blog.

plus de 9 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Managing Deployed Application Output with Message Handlers
Example code for "Managing Deployed Application Output with Message Handlers".

plus de 9 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Deploying Multiple Shared Libraries
Example code for "Deploying Multiple Shared Libraries" post in the "Art of MATLAB" blog.

plus de 9 ans il y a | 1 téléchargement |

0.0 / 5

A soumis


Deploying a Shared Library
Example code for "Deploying Shared Libraries" posting in the "Art of MATLAB" blog.

plus de 9 ans il y a | 1 téléchargement |

4.5 / 5

Réponse apportée
Is mclRunMain necessary?
You need mclRunMain on the Macintosh, and if you're using MATLAB Graphics. Otherwise you can probably do without it.

presque 15 ans il y a | 0

Réponse apportée
how to build standalone application
<http://blogs.mathworks.com/loren/2010/11/18/deploying-standalone-applications/ This article> describes how to create, deploy an...

presque 15 ans il y a | 0

A soumis


Display Stock Data
Internet enabled data analysis and visualization.

environ 15 ans il y a | 1 téléchargement |

2.5 / 5

A soumis


Serial Object GPS Example Code
Read tracklog data from Garmin eTrex GPS devices.

environ 15 ans il y a | 1 téléchargement |

3.77778 / 5

A soumis


Yprime.zip
Visual Studio .NET project for building MEX files.

environ 15 ans il y a | 4 téléchargements |

5.0 / 5

A soumis


Handling MATLAB Events in Excel
Source code for Sept. 2006 News and Notes Programming Patterns article.

environ 15 ans il y a | 1 téléchargement |

5.0 / 5
Thumbnail