Gistlib Logo

gistlib

tee pystyvektori x arvot 1, 4, 7 in javascript in matlab

index.tsx
// JavaScript
const x = [1, 4, 7];
console.log(x);
51 chars
4 lines
main.m
% MATLAB
x = [1, 4, 7];
disp(x);
33 chars
4 lines

similar matlab code snippets

find the (approximate) value of y(0.5) for dy/dt = t^2 + y^2, y(0)=1 on the interval [0, 0.5] in javascript in matlab
heatmap but with 2 values, one has positive and negative value (positive value = blue, negative value = red) and one is pvalue (the color graduates) in javascript in matlab
colormap but with 2 values, one has positive and negative value (positive value = blue, negative value = red) and pvalue (the color graduates) in javascript in matlab
how to change the color of an image in a 400x500 pixel rectangle in javascript in matlab
how to interface with javascript in matlab
how to perform a ztest in matlab
how to calculate the normal distribution in matlab
how to calculate the 99th percentile in matlab
how to calculate the binomial distribution in matlab
how to calculate cumulative distribution function in matlab

related categories

javascript
matlab

gistlibby LogSnag