photo

noMathWiz


Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
2 回答

ランク
171,305
of 300,847

評判
0

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

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,279

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Finding the index in two different arrays where values are closest
I have two arrays. I want to find the index in each of the arrays where each of them is closest. In the below plot of two ar...

約5年 前 | 2 件の回答 | 0

2

回答

回答済み
Error using yyaxis axes!! Argument type?
The cause of the error is figure(42) is referenced earlier in the program, so MATLAB is confused. Reassigning the figure to a d...

約5年 前 | 0

| 採用済み

質問


Error using yyaxis axes!! Argument type?
Folks, I'm receiving the below yyaxis plotting error in one section of my code. The code works normally when I copy it to a ...

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

1

回答

質問


How to find the index of a non-integer array with closest value to any integer?
Given an array of non-integers, how can you find which value in that array is closest to an integer (any integer)? Example (...

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

1

回答

質問


Interpolate, fit, and space data
Hi folks, I have a data set whose x-vales are unevenly spaced (see the red dots. each red dot represents a data point). I woul...

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

1

回答

質問


Vector substitution into symbolic function
Matlab gurus, I need your help with vector substitution into a symblolic function and how to do this with element-wise substitu...

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

2

回答

回答済み
Breaking down a vector into multiple vectors based on conditional changes
I solved it myself, brute force method. In my case, I know the number of output variables I need, so the solution is a series o...

5年以上 前 | 0

| 採用済み

質問


Abrupt changes in data; 'ischange', means, and 'stairs'
I have multiple, large data sets that I need to acertain the means along certain linear regions. The regions are dileneated by ...

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

2

回答

質問


Breaking down a vector into multiple vectors based on conditional changes
I have very large data files that need to be broken down based on conditions where data changes. See attached picture. The dat...

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

1

回答

質問


Solving linear system 2 equations, 2 unknowns, not A = b*C form
N00b questions: I would like to solve this for a linear system of two equations with two unknowns, per below: I started wi...

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

2

回答

質問


Forcing matlab to simplify symbolic expression
How do I get matlab to simplify this answer in the script? c = 3e8; h = 6.626e-34; k = 1.38e-23; syms l T eqn = exp((h...

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

1

回答