photo

Alex Burbee


2019 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
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...

5年弱 前 | 0

| 採用済み

質問


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

5年弱 前 | 2 件の回答 | 0

2

回答

回答済み
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

5年弱 前 | 0

| 採用済み

回答済み
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

5年弱 前 | 0

| 採用済み

解決済み


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

5年弱 前