Community Profile

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

4년 초과 전 | 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 ...

4년 초과 전 | 답변 수: 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

4년 초과 전 | 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

4년 초과 전 | 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:...

4년 초과 전