Alexi
Followers: 0 Following: 0
English
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
91.742
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
64.29%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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]]; ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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); ...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0