matlab coder
Followers: 0 Following: 0
Statistik
19 Fragen
0 Antworten
RANG
13.697
of 295.689
REPUTATION
3
BEITRÄGE
19 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.89%
ERHALTENE STIMMEN
2
RANG
of 20.266
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.317
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
ı 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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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;...
fast 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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; ...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
4 TYPES OF L/D VALUE İS GİVEN ON THE CHART AS İT SEEN. BUT WHEN WE WRİTE SOME L/D RATİOS WHICH IS NOT GIVEN IN THE CHART WE USE INTERPOLATION TO FOUND IT. FOR EXAMPLE İF I WANT TO FIND FOR L/D=0.60 HOW CAN I WRITE ITS MATLAB CODE AND CALCULATE IT?
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
ı 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 ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
ı want to create a matrices for this indicated values. but ı confused about something that ı shown below. what if its one component is not given or there is nothing there, what can ı put there to make all matrices same size?
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I want to create a program that is going to give me a absolute viscosity value from this chart, for any temperature value and SAE oil type that are specified by user. ı guess ı should use input command but ı couldnt create it
fast 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
ıs there any way to obtain an equation from the given chart. ı use digitalization method but there has been huge errors. ı wonder if there is something on matlab which is going to be helpful for me
etwa 4 Jahre vor | 0 Antworten | 0