Changes between Initial Version and Version 5 of Ticket #6266


Ignore:
Timestamp:
2020-12-03T17:52:23Z (5 years ago)
Author:
Andreas Heuermann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6266

    • Property Component FrontendBackend
    • Property Owner changed from Per Östlund to Andreas Heuermann
    • Property Status newassigned
    • Property Cc kabdelhak added
  • Ticket #6266 – Description

    initial v5  
    1010  Real vectorB[1,dim];
    1111equation
    12   vectorA = {{1,2,3,4}};
     12  vectorA = {{10,20,30,40}};
    1313  vectorB = tanh(vectorA) .* ones(1,dim);
    1414end mwe;