Gihahn
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
221.481
of 295.467
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
ongeveer een maand ago | 1 answer | 0
1
answerQuestion
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 maanden ago | 1 answer | 0
1
answerQuestion
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 maanden ago | 4 answers | 0
4
answersQuestion
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 maanden ago | 1 answer | 0
1
answerQuestion
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 maanden ago | 1 answer | 0
1
answerQuestion
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 maanden ago | 1 answer | 0
1
answerQuestion
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 maanden ago | 2 answers | 0
2
answersQuestion
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 maanden ago | 4 answers | 0
4
answersQuestion
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 maanden ago | 1 answer | 0
1
answerQuestion
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 maanden ago | 2 answers | 0
2
answersQuestion
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...
meer dan een jaar ago | 2 answers | 0