🌐
MathWorks
mathworks.com › simscape electrical
power_analyze - (To be removed) Analyze electric circuit - MATLAB
sps = power_analyze('sys','setSwitchStatus',SW) creates a structure array sps with fields and values describing the state-space matrices of model sys for the switch status defined in SW. Use the command SW = power_analyze('sys','getSwitchStatus') to obtain the SW structure array.
🌐
MathWorks
mathworks.com › powertrain blockset › energy storage
Analyze Power and Energy - MATLAB & Simulink
The script uses the autoblks.pwr.PlantInfo class xlsSysSummary method to export the analysis to an Excel spreadsheet. The script provides engine plant, electric plant, and drivetrain efficiencies. Specifically, the script includes the signal energy, and an engine efficiency histogram. The script includes the autoblks.pwr.PlantInfo class sdiSummary method to create Simulation Data Inspector power, energy, and efficiency signal plots.
🌐
MathWorks
mathworks.com › matlabcentral › answers › 56418-determine-required-sample-size-for-a-paired-t-test-using-power-analysis
Determine required sample size for a paired t-test using power analysis - MATLAB Answers - MATLAB Central
December 12, 2012 - I am a little shaky on this type of analysis, but, I know that I need the mean difference between x1 and x2 ( mean(x1-x2) ), the standard deviation of the difference ( std(x1-x2) ), the significance level (alpha=.05), and the desired power (0.90). Could someone point me in the right direction? Does MATLAB have a function that can tell me the sample size needed to achieve the desired power at a given significance level, mean difference, and std of difference?
🌐
YouTube
youtube.com › statistics with matlab
Power Analysis with MATLAB - YouTube
This video demonstrates the command for running a priori and post hoc power analyses using MATLAB.
Published   October 23, 2020
Views   1K
🌐
MathWorks
mathworks.com › matlabcentral › fileexchange › 2696-poweraovi
powerAOVI - File Exchange - MATLAB Central
July 7, 2008 - Open in MATLAB Online · Close · Overview · Functions · Version History · Reviews (0) Discussions (0) Estimates the statistical power of an analysis of variance Model I (fixed effects) after it has been performed.It requires the input of ...
🌐
MathWorks
mathworks.com › matlabcentral › fileexchange › 8494-power-analysis-for-t-tests
Power Analysis for T-tests - File Exchange - MATLAB Central
September 19, 2005 - The main function, TPOWER, will compute the power of a t-test given an effect size (d), sample size (N), and alpha. By giving N as an array the program can be used to plan sample size for an experiment.
🌐
MathWorks
mathworks.com › matlabcentral › fileexchange › 30272-power-flow-analysis-toolbox-pfatb
Power Flow Analysis Toolbox(PFATB) - File Exchange - MATLAB Central
PFATB, which stands for Power Flow Analysis Toolbox, is a package of MATLAB M-files. It is a collection of routines, written mostly in m-files, which implement the most important functions to compute and analysis in the applications of power flow.
🌐
Zihanchen
zihanchen.com › stats_example › html › ex01_power.html
Others: Power Analysis - Zihan Chen
March 29, 2015 - clc; alpha = 0.05; power = zeros(1,100); for dof = 1:100; tc = tinv(1-alpha/2, dof); % t critical xc = tc * (sigma/sqrt(dof+1)) + mu; beta = tcdf((xc - muHa) / (sigma/sqrt(dof+1)), dof); power(dof) = 1 - beta; end % nout noutm = find(power>0.8,1); disp(['nout = ', num2str(nout)]); % plot dof = 1:100; figure; plot(dof, power, noutm,0.8,'go'); xlabel('Sample Size'); ylabel('Power'); title('Effect of sample size on Power', 'FontWeight', 'bold');
Find elsewhere
🌐
MathWorks
mathworks.com › matlabcentral › fileexchange › 40818-power-system-analysis
Power system analysis - File Exchange - MATLAB Central
November 20, 2014 - All (m) files of the prof.Hadi saadat that explain his problems in his famous book Power system analysis
🌐
MathWorks
mathworks.com › statistics and machine learning toolbox › probability distributions and hypothesis tests › hypothesis tests
Selecting a Sample Size - MATLAB & Simulink Example
This example shows how to determine the number of samples or observations needed to carry out a statistical test. It illustrates sample size calculations for a simple problem, then shows how to use the sampsizepwr function to compute power and sample size for two more realistic problems.
🌐
MathWorks
mathworks.com › powertrain blockset › powertrain reference applications
run - Run powertrain energy and power analysis - MATLAB
Analyze the power and energy in the conventional vehicle reference application. Use the run method for the analysis.
🌐
MathWorks
mathworks.com › matlabcentral › fileexchange › 27476-power-flow-analysis-toolbox
Power Flow Analysis Toolbox - File Exchange - MATLAB Central
May 19, 2010 - It is the common toolbox of power flow algorithms. The above algorithms are all based on a package of MATLAB M-files.
🌐
University of Oxford
users.ox.ac.uk › ~wadh1102 › tutorials › MATLAB › week7 › html › Power.html
Sample size, power and reliability
In statistics the concept of power means: · Say there is an effect of a certain size, for example the true population coefficient &#961 = 0.21
🌐
ResearchGate
researchgate.net › publication › 3214228_PAT_a_power_analysis_toolbox_for_MATLABsimulink
PAT: a power analysis toolbox for MATLAB/simulink | Request PDF
December 1, 2002 - The developed Power Analysis Toolbox (PAT) is a very flexible and modular tool for load flow, transient and small signal analysis of electric power systems. Standard power system component models and a wide range of FACTS devices are included.
🌐
University of Alberta
era.library.ualberta.ca › items › 1d26c820-6cf3-436d-9a78-3269b6952c5d
Matlab code for power analysis | ERA - University of Alberta
July 31, 2023 - Matlab code for power analysis · Files · collectivePowerAnalysis.m · View · Download · testCollectivePowerAnalysis.m · View · Download · Download All · Communities and Collections · Psychology, Department of / Research Materials (Psychology) Usage ·
🌐
Bob Spunt, PhD
bobspunt.com › resources › teaching › task-design-and-power › Power
Power Analysis and Sample Size Determination Bob Spunt, PhD
In fact, many funding agencies and journals now require researchers to determine their sample sizes in advance using a formal power analysis. In this exercise, you will learn how to do this using Jeanette Mumford’s MATLAB tool fMRIPower, which is specifically designed for calculating the ...
🌐
MathWorks
mathworks.com › videos › what-is-3-phase-power-part-7-power-quality-and-harmonic-analysis-1655101288597.html
Power Quality and Harmonic Analysis | What Is 3-Phase Power?, Part 7 - MATLAB & Simulink
June 12, 2022 - Learn different categories of power quality issues on an AC electrical system and how harmonic analysis is used to measure the distortion caused by power electronic devices.
🌐
Udemy
udemy.com › teaching & academics › engineering › matlab
AC Circuit & Power Analysis using MATLAB SIMULINK | Udemy
Electrical Motors and Drives with MATLAB Programming and Simulink. Power System Analysis (1) with MATLAB and Simulink.
Rating: 4.2 ​ - ​ 15 votes