Automatically exported from code.google.com/p/protobuf-matlab
License
farsounder/protobuf-matlab
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
protobuf-matlab - FarSounder's Protobuf compiler for Matlab Copyright 2011 FarSounder, Inc. http://code.google.com/p/protobuf-matlab/ Overview ======== This package provides a Matlab code generator for version 2.4.1 of Google's Protocol Buffers compiler (protoc) as well as support libraries for the generated Matlab code. Building protoc with Matlab support =================================== 1. Get the protobuf source: svn co http://protobuf.googlecode.com/svn/tags/2.4.1 protobuf 2. Get the protobuf-matlab source: git clone https://code.google.com/p/protobuf-matlab/ 3. Add the protobuf-matlab src files to the Google Protobuf src: cp -r protobuf-matlab/src protobuf 4. Compile the modified protobuf project. This should yield a protoc executable with a --matlab_out option. You can now use protoc to generate Matlab reading and writing code for your .proto file(s). Matlab support library setup ============================ In order to use the generated Matlab code, you'll need to add the protobuflib directory to your Matlab path. protobuflib is a collection of .m utility files used by the generated code.
About
Automatically exported from code.google.com/p/protobuf-matlab
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published