Jacob Allen
Followers: 0 Following: 0
Statistica
10 Domande
0 Risposte
RANK
200.979
of 295.673
REPUTAZIONE
0
CONTRIBUTI
10 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
60.0%
VOTI RICEVUTI
0
RANK
of 154.257
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 =...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 3 anni fa | 2 risposte | 0