Sergey Lopatnikov
Followers: 0 Following: 0
Statistik
RANG
266.577
of 295.569
REPUTATION
0
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortWhy 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,...
etwa 3 Jahre vor | 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...
etwa 3 Jahre vor | 0
Frage
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...
etwa 3 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
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'?
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0