Community Profile

photo

fumio hakamada


Last seen: 1 month ago Active since 2020

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Personal Best Downloads Level 1
  • First Submission

View badges

Feeds

View by

Answered
define function in one line
I had no idea about logical vector and usage of ".*". Thanks for both of you.

2 months ago | 0

Question


define function in one line
How can I define vector p without using function statement? suppose t = 0:0.1:1 p = sin(t) when t<0.6 p = 0 when t>=0.6

2 months ago | 1 answer | 0

1

answer

Question


多項式の曲線近似
以下にて近似を行い、解を求めます。 x = [3.51E+07 2.94E+07 2.49E+07 2.14E+07 1.85E+07 1.63E+07 1.45E+07 1.31E+07 1.19E+07]; y = [1.69E-01 1.6...

3 years ago | 0 answers | 0

0

answers

Submitted


a computer program for analysis of structural behaviors
1 static analysis, 2 push over analysis, 3 elastic dynamic analysis, 4 inelastic dynamic analysis.

3 years ago | 2 downloads |

Thumbnail

Answered
エディタがファイルごとに開くようになってしまった
解決しました。 ありがとうございました。

3 years ago | 0

Question


エディタがファイルごとに開くようになってしまった
複数のmファイル、txtファイルを開いていますが、急にそれぞれ別のエディタが開くようになりました。 最近まで、一つのエディタで複数のmファイルはタブで開いていたと思います。 この状態に戻す方法教えてください。

3 years ago | 2 answers | 0

2

answers

Submitted


Interaction Curves for RC column
N-M Interaction curves of axial(N) and bending(M) are generated for RC column with round or square section.

3 years ago | 2 downloads |

Thumbnail

Question


2byte 文字を認識する
下の例でq2.txt2行目には空白の2バイト文字が間違って入っています。 str2numではこれを無視するようです。データの2行目は無視されます。警告も出しません。 データに2バイト文字が含まれることを認識して警告を出す方法はありますか? %e8...

4 years ago | 1 answer | 0

1

answer

Question


fgetlで空行を認識したい
fgetlで空行を認識したい。 以下のPRGでは、q2.txtをfgetlで読見込みをおこないます。 下記のようにすれば可能ですが、%行でもできると思うのですが、空行を認識しません。 アドバイスをいただけませんか? %e81.m fileID...

4 years ago | 1 answer | 0

1

answer

Question


逆行列を解析的に解く方法について質問です。
逆行列を数値解析で解く方法はよく理解できますが、数式のまま解く方法はmatlabでどのようにするのでしょうか? たとえば一次元の場合 A = a A^-1 = 1/a となります。 2次元の場合、クラメルの公式で A = [a b;c d] ...

4 years ago | 1 answer | 0

1

answer

Submitted


Newmark b method for bi-linear SDOF structure with iteration
To solve bi-linear SDOF structure with iteration by Newmark b method. Reproduce example table in the text.

4 years ago | 2 downloads |

Thumbnail

Question


複数のグラフを一度に消去する方法はありますか?
グラフつきのプログラムを開発しています。 複数のグラフが生成されますが、一度にクリアする方法を教えてください。 例えば、解析の結果10個のグラフが生成されるとします。生成後、不具合があればプログラムを修正、実行しますが、再び10個のグラフが作成されるの...

4 years ago | 1 answer | 0

1

answer