![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9151929_1522131149465_DEF.jpg)
Viesturs Veckalns
Followers: 0 Following: 0
Statistiques
12 Questions
0 Réponses
RANG
39 066
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
12 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
58.33%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
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
latex - use package
I want to set label text as c_f2_3D.Label.String = '\frac{a}{b} \text{[cm]}' I instruct to use the Latex interpreter ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Display colorbar label horizontally and specify its position
In this example figure; [x, y, z] = sphere; surf(x, y, z); c = colorbar; c.Label.String = 'Z'; <</matlabcen...
plus de 7 ans il y a | 1 réponse | 1
1
réponseQuestion
Combining different mesh granularities
This code figure; [x, y, z] = sphere(20); surf(x, y, z, 'edgecolor', 'None'); hold on; surf(x, y, z, 'facecolor',...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
histogram vector with deltaN specified
I have a vector x x = [1.7 2.2 1.7 3.0 2.2] also I have a deltaN associated with each value in x deltaN = [0.1 1.0...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Create an array of strings
I try to create an array of strings fruit = ['apple', 'cherry'] What modifications are needed so that fruit(2) is 'cherr...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
show axes of spherical coordinates
In this plot obtained from the code [x, y, z] = sphere; surf(x, y, z); xlabel('x'); ylabel('y'); zlabel('z'); <</m...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
function that outputs a matrix with matrix elements referenced explicitly
I can write a function that outputs a matrix function f = func(arg) ... f = [res1, res2, res3] end I can store ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
sphere - increase granularity
Is there a way to increase the granularity of the grid produced by the sphere command?
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
flow control with functions of matrices
theta is a matrix [0:0.01:0.5]*pi I want to evaluate a function t using a flow control of values of theta: if theta>pi*(...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
indexing entry of a matrix result
A is an MxN matrix. To get the number of columns of A I can do the following: s = size(A); ncol = s(2); How can I con...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
concatenated matrix - factoring out a matrix coefficient
A, B and C are MxN matrices. I construct a matrix D in the following way: D = [A./C, B./C] It is inviting to bring out ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Where to format plot?
I have a script (Matlab R2015b) ... BLOCK1 ... for i = 0:100 ... figure(1) ax = gca; ...
plus de 8 ans il y a | 1 réponse | 0