photo

Igor Kubyshkin


St. Petersburg University

Last seen: más de 1 año hace Con actividad desde 2019

Followers: 0   Following: 0

Mensaje

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to check if several variables exist and assign a value to non-existing variables?
more simple a=7; e=4; nums='abcdefg'; i=1; while i<=length(nums) if exist(nums(i),'var')==0 eval([nums(i), '=i'])...

más de 4 años hace | 0

Respondida
how to label lines on a graph
function text2line(h,ksi,z,T) % Inserts text T in/near line with handle h % ksi - relative distance from the beginning of cur...

más de 5 años hace | 3