Alexi
Followers: 0 Following: 0
English
Statistiques
14 Questions
0 Réponses
RANG
91 759
of 295 495
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
64.29%
VOTES REÇUS
0
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
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
Polar Scatter Plot using 3 Data Set
Hello, I am trying to draw a polar chart using 3 data sets. The first data set is the set value, the second data set indicates...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How can I solve the unneccesary communication overhead problem caused by the broadcast variable error?
%% Errror description Even though I tried to solve it by assigning variable Y to a temporary variable, it didn't work? %% The...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How to obtained matris vector solution using fminunc function?
c_1=[3;5;8]; c_2=[2;6;8]; fun = @(x) (x(1)-c_1).^2 + (x(2)-c_2).^2; % cost function x0 = [[0.1;0.1;0.1],[0.1;0.1;0.1]]; ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Why does my if condition only work once?
In the code here, while I expect the variable g2 to have a value of 1100 * 5, at some point I get a value of 1100 * 1 due to not...
plus d'un an il y a | 1 réponse | 0
0
réponseQuestion
Creating two arrays using Arrayfun
How can I create two array sets with Arrayfun, I am getting an error with this code structure. thanks %%Simulink Matlab functi...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Array operations on simulink math function for maximum efficiency
Hello, I am developing a model on simulink. I use math fucntion blocks while developing the model. Repetitive processes such as ...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Data is inferred as a variable size matrix, while its properties in the Model Explorer specify its size as inherited or fixed. Please check the 'Variable Size' check
While I do not get the error in the m file, I am getting it in simulink. How can I fix the error. Thank you. uk=zeros(1,m*ni...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I add a colorbar to a polarscatter chart?
How can I add a colorbar based on the ''value'' value for my Polarscatter chart? azi_dif=36; deggorad=pi/180; azi=[0;36;72;10...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
polarscatter point color stroke that changes according to the value of the point
I can create a point on the desired angle and radius with the following command, but I want to assign a color distribution (for ...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Polar Label Type Contour
I have 3 types of data. The first data is the angle, the second data is the radial distance, the third data is the pre-calculate...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
solve first order matrix
syms lamda_0 lamda_s lamda_c Cl=1; Cm=1; Ct=1; lamda_f=1; mu_r=1; lamda=0.1+lamda_f; a=atan(abs(lamda)/mu_r); ...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Assigning values to defined symbolic variables afterwards
syms x ar la C_I=[((1+(4/3)*ar*sin(x))/8)*la,0,0,0;0,((1-(4/3)*ar*cos(x))/8)*la,0,0; 0,0,((1-(4/3)*ar*sin(x))/8)*la,0; 0,0...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Character vectors and strings in the first argument can only specify a variable or number.
Character vectors and strings in the first argument can only specify a variable or number. To evaluate character vectors and s...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Failure in initial objective function evaluation. FSOLVE cannot continue.
function fval=lorenzsystem(X) tetatw=-8; lockno=5; mumr=0.4; lamda_mr=0.03; lamda_tpp=0.03; % beta0=X(1); beta1c=X...
environ 3 ans il y a | 1 réponse | 0