Community Profile

photo

Alex Burbee


Active since 2019

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Importing Excel file and reading data
I ended up doing the following D = 'Testlocation'; S = dir(fullfile(D,'*.xlsx')); B1P = {} B2P = {} %... for k = 1:nume...

meer dan 4 jaar ago | 0

| accepted

Question


Importing Excel file and reading data
I am trying to read in about 90 excel files and read in various temperatures and pressures for each excel file. Meaning, I want ...

meer dan 4 jaar ago | 2 answers | 0

2

answers

Answered
Write a MATLAB Function takes x as the argument and calculates "y" by using the relation: y=x/2+x^2/4+x^3/8+x^4/16+...
function y = solveEQU(x) y = %type your equation you want to solve end

meer dan 4 jaar ago | 0

| accepted

Answered
How can I comment out an outport in Simulink model?
In my exerience, you can deleate the out port or simply use a termination block where it comes out. Hope it helps

meer dan 4 jaar ago | 0

| accepted

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

meer dan 4 jaar ago