photo

Jesse Finnell


Last seen: 1年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
1 回答

ランク
30,731
of 300,813

評判
1

コントリビューション
14 質問
1 回答

回答採用率
71.43%

獲得投票数
1

ランク
 of 21,086

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,169

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How can I export a table to the active Excel sheet?
I have a bit of code that opens the active Excel spreadsheet. %% Import data from Excel % find open Design Brief (if multipl...

2年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How do you access table data to be used with basic operators?
I found a solution to my problem that looks to be the simplest. I used the cell2mat function in conjunction with the table index...

2年以上 前 | 0

| 採用済み

質問


How do you access table data to be used with basic operators?
I have attached some code to help bring context to my question. I have a table of imported data from Excel that I need to run so...

2年以上 前 | 4 件の回答 | 1

4

回答

質問


How to I get the info from a designated cell from Excel when it is a string?
I have the following code: Std = get(DB.Activesheet,'Range','C8'); if Std.Value == "DWA" standard = 1-2.29*10^(-4)*(Depth...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Will newer versions of the MATLAB Compiler Runtime work on older versions of MATLAB?
I am currently using MATLAB 2019b and am in process of updating some old applications. This will require an update of the runtim...

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

1

回答

質問


Meaning of the following: function [y1,...yn] = input()
I have inherited a script that is used in an application that has something like in the title. I and in my journey to understand...

5年以上 前 | 2 件の回答 | 0

2

回答

質問


Does the Statistics and Machine Learning Toolbox allow an equation output?
I am looking at getting this Toolbox because of its capabilities in the predictive model realm. I have multiple instances where ...

6年弱 前 | 0 件の回答 | 0

0

回答

質問


How do I retrieve a specific range of values from a cell?
I have a 1x4 cell that contains 685x1 doubles and I need to plot certain ranges that are contained inside cells. For example, I ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


3D Plot help
I have a 3D surface plot that looks like this flux = linspace(0,10,50); depth = linspace(0,20,50); [X,Y] = meshgrid(flux,dept...

約6年 前 | 0 件の回答 | 0

0

回答

質問


How to put a value in a plot label?
I have a surf plot where one fixed variable changes and each one is apart of a subplot. I would like the title of each subplot t...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How can I assign plotting properties to a subplot within a loop
I have this loop to plot some values, for k = 1:3 figure(1) subplot(3,1,k) plot(t{1},A{k}) title('Accelerat...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How to perform operations on cell arrays?
I have this section of code V = cell(1,12); for k = 1:12 V{k} = cumtrapz(A{k}); end I now need to convert from a cummul...

約6年 前 | 2 件の回答 | 0

2

回答

質問


How to write a for loop that indexes the variable name and the funciton?
I want to write a loop that will convert a table to an array for many different tables. Each table is named x1, x2,... and I wan...

約6年 前 | 1 件の回答 | 0

1

回答

質問


I keep getting the error, "Unable to write to file 'xxxx.xlsx'. You may not have write permissions or the file may be open by another application."
I keep receiving this error when attempting to write tables to Excel from MATLAB. %% Velocity Tables T1 = table(vx1,'Variabl...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I plot accleration in the x, y, and z directions? Each accerlation coordinate a(x,y,z) is associated with a moment in time.
I have used an accelerometer to capture data. It takes readings at 50Hz in 3 directions. All of these acceleration points are al...

6年以上 前 | 1 件の回答 | 0

1

回答