Gihahn
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
221.481
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
PWM outputs does not seem to work with a Rasberry pi 5.
Error:PWM, Encoder and Standard Servo Write Blocks are not supported on Raspberry Pi 5 Model. This is the error message I get w...
alrededor de 1 mes hace | 1 respuesta | 0
1
respuestaPregunta
Weibull does not seem to work gives error"Error using makedist Distribution name 'Weibull' is unrecognized."
c = 8.1; % Scale factor k = 2.03; % Shape factor N = 1000; % Number of plot data points pd = makedist('Weibull','a',c,'b',k) ...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
Matrix does not want to multiply and gives an error when I multiply a 3x3 matrix with a 3x1 matrix
A=[9,29.3, 140.99; 29.3, 140.99,827.693; 140.99, 827.693, 5400.863] Ainv=inv(A); % inverse matrix B=[4.6;-16; -267.29] ...
7 meses hace | 4 respuestas | 0
4
respuestasPregunta
How to display the matrix as not 10^3 but as 10^1 for the values in the matrix
Y11=-((482.34i*10^-6)); Y22=-1.99i; Y33=-2.14i; Y44=-4.222i; Y55=-7.761i; Y66=(416.67*10^-6)- ((57.81*10^-9)*i); Y77=(166....
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
i cant seem to integrate the code
an=(1/T)*(int(3*cosd((k*wo*x)/T),0,0.01)+int(-3*cosd((k*wo*x)/T),0.01,0.02)) it does not seem to work when i try to integrate...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
when i try to integrate the function it keeps giving me an error
ao=(int(3,0,0.01)+int(-3,0.01,0.02)) it keeps giving me and error when i run the code when i try to integrate 3 and -3 between ...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
can someone please assist to make the square wave plot at 50Hz
fs = 1000; f = 4; %amount of square waves of graph t = 0:1/fs:1-1/fs; y = 3 * square(2 * pi * f * t); %generating the s...
8 meses hace | 2 respuestas | 0
2
respuestasPregunta
is there a way to make the 0 x and y axis bold?
% Given data points x = [-0.1, 0, 0.2, 0.3]; y = [5.3, 2, 3.19, 1]; % Define the range of x values for the function plot x...
8 meses hace | 4 respuestas | 0
4
respuestasPregunta
can someone assist I am struggling to convert the DHI DNI and GHI from W/m^2 to kWh/m^2
% solar irradiation on a HORIZONTAL SURFACE Cn = 0.7; % Clearance index I0 = 1353; % Solar constant latit...
8 meses hace | 1 respuesta | 0
1
respuestaPregunta
the matrix only works till days= 16 then when the days=17 or bigger the output is 0 on all the values in the matrix
% solar irradiation on a HORIZONTAL SURFACE Cn = 0.7; % Clearance index I0 = 1353; % Solar constant latit...
9 meses hace | 2 respuestas | 0
2
respuestasPregunta
matlab add ons does not want to start
Error using matlab.internal.cef.webwindow/errorOnInValidWindow Webwindow is not valid. It was closed by user or the process was...
más de 1 año hace | 2 respuestas | 0