photo

Barbaros Teoman Kosoglu


Last seen: Today 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


MATLAB Plots *.tif According to Light
Hi, I am trying to plot a lunar terrain from a *.stl file. You can see the real image and plot in photos. MATLAB is plotting th...

4일 전 | 답변 수: 3 | 0

3

답변

질문


How can I create a for loop when the range is changing
Hello, I have a code as following. Code works as intended it sorts the elements as I want. After that I want to print the firs...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Tic toc without output
I want to use tic toc to calculate time. But when the matrix is getting bigger the command window becomes unreadable. So is ther...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


How can I nest a function in a function?
function AD = AD(n) A = zeros(n); for i=1:n for j=1:n A(i,j) = 1/(i+j-1); end end ...

거의 2년 전 | 답변 수: 2 | 0

2

답변