Community Profile

photo

Sergey Lopatnikov


Last seen: 1년 초과 전 2016년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


I have file with size= 2728, 5. I use writematrix function to sale file in Excel file. If I read saveld file, it size becomes 2728, 2728.. What is wring?
TensCoeff=[Tension,ACoef]; STC=size(TensCoeff) [file,path] = uigetfile('.xlsx'); File=strcat(path,file) writematrix(TensC...

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

1

답변

질문


How to nest callback into while loop?
I write simple program with a while loop Within the while loop in each cicle the figure with two buttons: "CONTINUE" and 'FINIS...

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

1

답변

답변 있음
Why the pushbutton does not work?
Thank you. It works

2년 초과 전 | 0

| 수락됨

답변 있음
Why the pushbutton does not work?
It does not work like this. If I try to define global in main AND within call back, it gives error: [q,s] = TGA_MAIN(500,400,...

2년 초과 전 | 0

답변 있음
Why the pushbutton does not work?
:). To my view it is way easier and more flexible way. Yes, it nornaly stops at preack poin. The proble is how to transfer da...

2년 초과 전 | 0

질문


Why the pushbutton does not work?
I wrote a simple function which incorporates creation of a figure and pusbutton. I expected that after pressing the button, the...

2년 초과 전 | 답변 수: 5 | 0

5

답변

질문


How to plot function of matrix in MATLAB?
I have x=1:5 y=1:5 It seems that surf can plot Z=x+y, but not Z=x+y' . How to plot Z=x+y'?

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

1

답변

질문


Very strange situation. By some reason the questdlg() does not work within a function:
Very strange situation. By some reason the questdlg() does not work within a function: function = Heat_Test() answer = questd...

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

1

답변

질문


How to get define object name from a 'string'?
I defined class, say, Planet: { classdef Planet properties Data end end } Now I would like to enter so...

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

0

답변

질문


Why axes handles disappeared after call of slider callback function?
I used simple callback function for slider and when tried to set value to axes handles.axpulse, I got that there is no such a fi...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


how to stop while loop by right mouse button click
I would like to stop execution of the while loop by pressung right-click button. I wrote small function to pickup point from gr...

대략 7년 전 | 답변 수: 2 | 0

2

답변

질문


UI without GUIDE. The problem with edit element
I try make UI without GUIDE I wrote simple code: function testui() f=figure(); f.Color='black'; f.ToolBar='none...

거의 8년 전 | 답변 수: 1 | 0

1

답변