matlab coder
Followers: 0 Following: 0
統計
MATLAB Answers
19 質問
0 回答
ランク
of 154,359
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
ı want to solve this question by excel formulas?
You initially put $5,000 into the bank at 4% annual interest rate. Each year you put in an additional $2000. After 20 years of...
2年以上 前 | 1 件の回答 | 0
1
回答質問
warning about units of parameters
ı have started to create such a code shown below. but ı need to do something whıch ı couldnt until now. what can ı add on my cod...
3年以上 前 | 1 件の回答 | 0
1
回答質問
transpose loop without operator
I would like to write a MATLAB function called ''myTranspose()'' which gets a matrix and returns the transpose of this matrix us...
4年弱 前 | 1 件の回答 | 0
1
回答質問
how can ı solve without curve fitting?
Consider the given xy-data. x=0:5; y=[15, 10, 9, 6, 2, 0];. Write the necessary commands to obtain the equation of a 4th order ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
how can ı add the given instruction to my program?
clc; clear; % Student numbers: stu_nums = 20200001:20200102; %% Randomly generated marks: for i = 1:length(stu_nums) st...
4年弱 前 | 1 件の回答 | 0
1
回答質問
calculate a grade of students
%purpose is showing grades of 102 students and assign a letter grades %the grades will be random numbers between 0 to 100 clc;...
4年弱 前 | 1 件の回答 | 1
1
回答質問
how to create a program with a chart
ı am tryıng to fınd an flow variable for any S and l/d ratio that is specified by user. suppose ı said (x axis) S=0.20 and l/d=0...
4年弱 前 | 0 件の回答 | 0
0
回答質問
design of journal bearing
d=input('enter a diameter value:'); %journal diameter (m) l=input('enter a length value:'); %bearing length (m) r=d/2; ...
4年弱 前 | 2 件の回答 | 0
2
回答質問
ı want to calculate the flow variable by the specified input by user. for example when ı take l/d=1 and S=0.20 on the chart and then ı read by hand its almost 4.10. but when ı calculate with my code it gives different result. can you help me?
D=input('enter a value of diameter:'); L=input('enter a value of length:'); if L/D==1 % for l/d=1 performance parameters ...
4年弱 前 | 1 件の回答 | 0