photo

Jacob Allen


Last seen: 3年弱 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
263,088
of 300,853

評判
0

コントリビューション
10 質問
0 回答

回答採用率
60.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How do I keep my current group IDs but then add in two other variables that the code needs to consider?
I have a code below that seperates the items in an excel sheet into groups based on their lithology. I have attached it below al...

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

1

回答

質問


Error "Index in position 2 is invalid."
%Heres the code I am working with. gmat=zeros(118,400); fid1=fopen('tomo_data.txt','r'); gdata= fscanf(fid1,'%f %f %f',[3,16...

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

1

回答

質問


Reading and plotting data
I've listed out the things that will help me get started with this data: 1. Read the Seismic data (use fopen, textscan, fclose ...

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

1

回答

質問


fscanf not giving any output
Attached below is the current code I have fid = fopen('sample_velmod.txt','r'); formatspec = '%d %d\n'; sizeA = [2 inf]; A =...

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

2

回答

質問


Creating string variables and paths to a directory
I need to create a string variables with the name of the file, the path to the directory with input file (then join them) an...

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

1

回答

質問


How to create a quiver with given code?
Below is the current code I have so far. clear all clc x=0:5:20; y=0:10:40; z=0:20:80; [X,Y,Z]=meshgrid(x,y,z); v=[]; fo...

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

1

回答

質問


How to create separate tables so that I can have them open at the same time?
I have attached the related code and excel sheet below. The code I have now creates tables but once I run another table, the one...

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

2

回答

質問


How do I change the colors of my data points in a scatter plot?
Attached below is the code I am working with and the associated excel sheet. I need to be able to change the data point's color ...

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

1

回答

質問


How do I group excel data by a keyword?
In the excel sheet attached, there is a lithology column included (column D). I need to be able to group each row based on their...

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

1

回答

質問


Subtracting one row from a previous row in a single column of n long data
I have a single column of data that is n long and I want to be able to subtract the second row in that column by the first and h...

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

2

回答