photo

Alex Burbee


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 5 ans il y a | 0

| A accepté

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

presque 5 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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

presque 5 ans il y a | 0

| A accepté

Réponse apportée
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

presque 5 ans il y a | 0

| A accepté

A résolu


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

presque 5 ans il y a