Jasymca lin space in Matlab /Octave mode
Code: "jasymca_linspace.m". Programming language: Octave DMelt Version 1. Last modified: 05/09/2015. License: Pro
https://datamelt.org/code/cache/jasymca_linspace_5267.m
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.



function y = linspace (a, b, n)
  y = a:(b-a)/(n-1):b;

You see the box below because you did not login.