photo

nicholas moran


Last seen: 5 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
5 个回答

排名
250,344
of 301,628

声誉
0

贡献数
4 个提问
5 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 21,366

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
I can't get my code to run
Hello Jan, slightly confused. This is the code path:

5 years 前 | 0

提问


I can't get my code to run
My code wont run and I keep getting: Error using textread (line 162) File not found. Error in WeekImages (line 20) [Sepera...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
How to change length of profile on a plot
Beautiful, worked a treat, thank you

5 years 前 | 0

提问


How to change length of profile on a plot
When I run this code for a simple plot: %% Constants gamma=0.0067; % Universal Garvitational Constant [cgs] %% Sp...

5 years 前 | 2 个回答 | 0

2

个回答

已回答
How to plot a 2nd Yaxis on a 2D plot
Trying to achieve this but with Elevation on the other Yaxis:

5 years 前 | 0

已回答
How to plot a 2nd Yaxis on a 2D plot
So far I can't get the third variable; %% Program for reading data from txt file clear all; close all; main_path = 'C:\...

5 years 前 | 0

已回答
How to plot a 2nd Yaxis on a 2D plot
I will give it a go

5 years 前 | 0

提问


How to plot a 2nd Yaxis on a 2D plot
I am wanting to plot a second Y axis on my 2D plot. I need to include 'Elevation' from the textread line So my plot should be,...

5 years 前 | 4 个回答 | 0

4

个回答

提问


A .txt file with 3 coloumns copied into Excel for calculations. Saved as a .txt file originally, but tried Data = readtable('Code.xls'); writetable(Data, 'Code.txt'). When i run it: Error in FirstAssess (line 19) Data = readtable('Code.xls');
My Excel file is called Code.xls, saved from the .txt file from Uni. This is my code so far: main_path = 'C:\\'; print_chec...

5 years 前 | 0 个回答 | 0

0

个回答