Giter VIP home page Giter VIP logo

debtool_m's Introduction

DEBtool_M is Matlab code that can be used for application of Dynamic Energy Budget (DEB) theory https://bio.vu.nl/thb/deb/deblab/

add-my-pet.github.io/debtool_m/docs/

debtool_m's People

Contributors

baskooijman avatar dinalika avatar gjmmarquesdeb avatar juanfranrobles avatar laurepecquerie avatar ninamarn avatar starraugustine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

debtool_m's Issues

get_EBT.m function has '\', creating error in macOS.

In DEBtool_M/popDyn/get_EBT.m, line 284

fileName = ['deb\EBT', model,'.h'];
needs to be changed to forward slash for macOS:
fileName = ['deb/EBT', model,'.h'];

Otherwise, fopen() will generate an invalid oid.

strjoin error

Hi team,
I am hoping you can guide me in order to fix a result output issue.
When I run DEB tool for my pet or any other pets in the database I get this error:
Error using strjoin
First input must be a string array or cell array of character vectors.

Error in matlab.net.URI/get.EncodedPath (line 514)
str = strjoin(path, '/');

Error in matlab.net.URI/string (line 680)
path = obj.EncodedPath;

Error in matlab.internal.web.WebCommandBrowserLauncher/get.LoadUrl (line 46)
url = string(obj.Uri);

Error in web (line 112)
location = launcher.LoadUrl;

Error in prt_results_my_pet (line 189)
web(fileName,'-browser') % open html in systems browser

Error in results_pets (line 588)
prt_results_my_pet(parPets, metaPar, txtPar, data, metaData, txtData, prdData);

Error in estim_pars (line 157)
results_pets(par, metaPar, txtPar, data, auxData, metaData, txtData, weights);

Error in run_Odobenus_rosmarus_rosmarus (line 15)
estim_pars;

Your help would be much appreciated
thanks a million,
Maria

Dr Maria Isabel Garcia Rojas
Postdoctoral Research Fellow
University of Winnipeg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.