photo

Igor Kubyshkin


St. Petersburg University

Last seen: 1年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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'])...

4年以上 前 | 0

回答済み
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...

5年以上 前 | 3