Community Profile

photo

geofo


Last seen: Today 2021년부터 활동

통계

  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
How to set a folder as Current folder for every startup of Matlab?
If you want a program to start in the directory /home/abc/def, just write in the first line of the source code: cd /home/abc/de...

1년 초과 전 | 0

답변 있음
How to append a new element to a cell object A?
>> A=[A;'c'];

거의 2년 전 | 1

답변 있음
how to plot multiple curves in the same figure
plot([rand(10,1), rand(10,1), rand(10,1)]) legend('data1','data2','data3') Use colororder before calling plot to have your pre...

거의 2년 전 | 0