![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20180538_1627769632631.jpg)
haohaoxuexi1
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
99.671
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Using transformer neural network for classification task
numChannels = inputSize; maxPosition = 256; numHeads = 4; numKeyChannels = numHeads*32; layers = [ sequenceInput...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
How to remove empty space after legend?
Can anyone please give me some advice on how to remove the area below the legend. The code is below, thanks. C_Span = [4 8...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
cumsum function question for integration
The code is below. close all; clear all; clc; format long; syms t; inter_val = 0.0001; tn=0:inter_val:20; t=tn; y_c...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to change the font size of xtick and ytick with scientific notation on the side?
xticklabel_fs = get(gca,'XTickLabel'); set(gca, 'XTickLabel', xticklabel_fs, 'FontName', 'Times New Roman', 'fontsize', 12); y...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
ode45 and rungekutta yield different result
I am using ode45 and rungekutta script to solve some piecewise differential equations. But the result is a bit different. Can a...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Can anyone help to see what is wrong with this function to solve a DAE problem
dx(1)=x(2); dx(2)=k1*(x(3)-x(1))-(knl_1*x(1)+knl_3*x(1)^3); dx(3)=x(4); dx(4)=(-c*x(4)-k1*(x(3)-x(1))+kAmp*cos(w*t)+theta_p*x...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
Frequency sweep for DAE question
%% close all; clear all; clc; format long; k1=25000; knl_1=300; knl_3=2000000; m=0.1; c=1; w0=20; kAmp = 0.5; ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
ODE45/ODE15 inquiry about nonlinear spring
Is there anyone can help me on how to get an ODE45/ODE15 program to solve the above equation? I want to get the value of y1 and...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to input a "sym" type equation into ODE45 to solve first order differential equation?
% Sample close all; clear all; clc; syms t tt; a=1; b=2; c=3; fs_d=50*t^2+60*t^4+70*t^9; fd_d=diff(fs_d,t); dT...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to check the symbolic engine of matlab2018?
I have intalled maple (maple toolbox as well) in my computer. And I am trying to switch the engine between in order to get bette...
más de 3 años hace | 1 respuesta | 0