photo

S. Walter


Reaction Systems, Inc.

Last seen: 2 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

Aerospace engineer focused on propulsion research and development. Background in fluid dynamics, inlet design, turbomachinery.

Programming Languages:
Python, C++, Java, R, MATLAB, HTML, Fortran, Visual Basic
Spoken Languages:
English, French, German

统计学

All
MATLAB Answers

0 个提问
8 个回答

Cody

0 个问题
125 个答案

排名
2,525
of 299,947

声誉
24

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
4

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
1,534
of 166,679

贡献数
0 个问题
125 个答案

评分
1,654

徽章数量
10

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Speed Demon
  • Knowledgeable Level 2
  • MATLAB Central Treasure Hunt Finisher
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Community Group Solver
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How I can extract certain range of value from workspace?
You have a matrix A: A = rand(100,100); You want only the 5th through the 10th elements, you can do that using the colon opera...

5 years 前 | 0

已回答
Else if statement imbedded in a for loop
If you want your for loop to pick only one item from the Tp vector, you have to iterate Tp inside your for loop. Thus: if Tp<=...

5 years 前 | 0

已回答
How to save each image generated in a for loop?
You can print the image: print('filename','-dpng','-r300') where '-dpng' can be set to whatever format you want (check out the...

5 years 前 | 0

已回答
Last else if graph not plotting
I tried the following: % Clear the command window and close the figures clc close all % Make a color vector for plots col...

5 years 前 | 1

| 已接受

已回答
create a 2-column matrix, random set of weight
To answer your questions: Did you create the column-matrix correctly? Sure. It works :). There are many ways to create matric...

5 years 前 | 1

| 已接受

已回答
plotting an matrix on top of an image
You can plot your image , set your hold to on (https://www.mathworks.com/help/matlab/ref/hold.html) and then plot your 10 x 10 m...

5 years 前 | 0

已回答
I need correct syntax of interpolation in this case
Behzad, Check out griddedInterpolant (https://www.mathworks.com/help/matlab/ref/griddedinterpolant.html). You'll want to ma...

5 years 前 | 1

| 已接受

已回答
understanding the meaning of a part of a code
Mohammed, What you wrote there is a function that you're storing in zci. The at sign (@) tells Matlab you're about to give a ...

5 years 前 | 1

| 已接受