Sergey Lopatnikov
Followers: 0 Following: 0
Statistiques
RANG
266 475
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
55.56%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 3 ans il y a | 1 réponse | 0
1
réponseWhy the pushbutton does not work?
Thank you. It works
environ 3 ans il y a | 0
| A accepté
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,...
environ 3 ans il y a | 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...
environ 3 ans il y a | 0
Question
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...
environ 3 ans il y a | 5 réponses | 0
5
réponsesQuestion
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'?
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 8 ans il y a | 1 réponse | 0