photo

Alexandra McClernon Ownbey


Last seen: 5年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

6 質問
6 回答

Cody

0 問題
5 解答

ランク
8,782
of 300,765

評判
5

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

回答採用率
50.0%

獲得投票数
3

ランク
 of 21,084

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
56,544
of 170,941

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

スコア
60

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • First Review
  • Solver
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


count number of rows in csv outside of matlab
I have 10000+ csv files I would like to import into matlab. I only need the data from the first and last rows for inlet and exi...

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

3

回答

質問


Map triplets to a matrix
I have multiple structured meshes of a 2-D mesh that I merged together in pointwise (technically making it unstructured). The da...

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

1

回答

回答済み
Perform AND operations with multiple matrices
This may not be the most efficient way, but it works. I stored everything in a logical and then compared the k-dimension in that...

5年以上 前 | 0

回答済み
coonecting line closer to next xy coordinates based on distance
x = pointdbscan.x; y = pointdbscan.y; d = sqrt(x.^2+y.^2); dz = diff(d); xplot{1}(1) = x(1); yplot{1}(1) = y(1); j =...

5年以上 前 | 0

質問


interrupt a function when it takes too long
Is there a way to interrupt a function that has been taking too long in a for loop and continue to the next iteration? I am call...

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

3

回答

質問


Plot a curve with its derivatives
I have data with the following information and coordinates (not the actual numbers, just an example): X Y dY/...

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

1

回答

回答済み
How do I create a projectile motion code with inputs that outputs a graph?
Jake, are you entering your angle in degrees or radians? If you want to use degrees, use cosd and sind. You also don't need to ...

約6年 前 | 0

解決済み


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

約6年 前

解決済み


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

約6年 前

解決済み


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

約6年 前

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

約6年 前

質問


Find delta 99 of the boundary layer
I am trying to find the location of delta 99 (99 percent of the max velocity) in my velocity profile in a nozzle. I have the cor...

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

1

回答

解決済み


Squares in Squares - Concentric Squares
Given a number, n, create an n x n sized matrix with concentric squares of 1s from the outside in. There should be a gap between...

約6年 前

回答済み
Speed up resizing of app designer gui
For a gui, I always manually define the size a location of all my objects. I find it best to use normalized units. If I have sev...

約6年 前 | 0

回答済み
Plotting 3 function using mesh command
The best way to plot using mesh is to create three 2-D matrices with the same sizes. x = 0:.1:1; y = 0:.5:10; [xq,yq] = me...

約6年 前 | 1

回答済み
How to plot multiple plots using the same colour in a figure
You get the color that is used on the first plot and then use the same color for other plots. % random x and y values x = rand...

約6年 前 | 1

質問


How can I refine a portion of my mesh?
I have a 2-D grid that needs to be very fine to capture the physics. The problem with using meshgrid or ndgrid is that it plots ...

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

1

回答