photo

Gihahn


Last seen: 5 días hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • Explorer

Ver insignias

Feeds

Ver por

Pregunta


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) ...

alrededor de 2 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


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] ...

3 meses hace | 4 respuestas | 0

4

respuestas

Pregunta


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....

3 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

3 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

3 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

4 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

4 meses hace | 4 respuestas | 0

4

respuestas

Pregunta


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...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

5 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


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

2

respuestas