Community Profile

photo

Alex Burbee


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
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

mehr als 4 Jahre vor | 0

| akzeptiert

Beantwortet
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

mehr als 4 Jahre vor | 0

| akzeptiert

Gelöst


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

mehr als 4 Jahre vor