![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5230078_1522106994756_DEF.jpg)
Sergey Lopatnikov
Followers: 0 Following: 0
Statistica
RANK
73.158
of 297.016
REPUTAZIONE
0
CONTRIBUTI
9 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
55.56%
VOTI RICEVUTI
0
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 3 anni fa | 1 risposta | 0
1
rispostaWhy 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,...
oltre 3 anni fa | 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...
oltre 3 anni fa | 0
Domanda
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...
oltre 3 anni fa | 5 risposte | 0
5
risposteDomanda
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'?
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 8 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 9 anni fa | 1 risposta | 0