Carlos So
Followers: 0 Following: 0
Statistiques
RANG
184 540
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
kepler's equation not working. it solves the Kepler equation for E given e and M (your function should accept M and e as inputs, and return E). The actual solution should be performed using the MATLAB built in function fzero() to solve the following
it solves the Kepler equation for E given e and M (your function should accept M and e as inputs, and return E). The actual sol...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Matrix with angles that change with each iteration. For loop?
I trying to create a plot using a matrix that changes angles from 0 to 180. I have two issues that I can't figure out. 1 How can...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Find a Fourier series for the function represented by this data set.
y = [1.0668 1.8288 2.7432 3.5662 4.2977 4.6634 2.5908 2.3165 2.6518 3.0785 3.3223 ... 2.6213 0.3200 - 0.5791 - 1.0668 - 1.4326 ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Nested for loop fourier series
I'm trying to use a nested for loop to do a fourier series. I have to evaluate n to 10 then use the new n for each pass to analy...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
.mat file to 3d array
I have a mat file called testdata3D.mat. I have to create a 3D array with the two pages and name it test_results. <</matlabce...
presque 11 ans il y a | 1 réponse | 0
1
réponseHow can I use the break and continue to keep this loop from stopping all together. When the user enters the inputs it gives a message bu tthen it stops the program. I want it to let the user try new numbers after they get the wrong numbers message
I'm not sure how to incorporate the While loop. I tried it and it kept messing with my other code and it wouldn't even give me t...
presque 11 ans il y a | 0
Question
Plot the n=1, n=2, n=3 approximations to e^x for x=0:0.05:1, and plot the built-in exp(x) function on this same interval. Ensure that each line has a unique LineSpec format (ie- line style, tickmark, color),
%HOW DO I ADD THE THREE N APPROXIMATIONS TO THIS CODE? clear, clc err = 1; order(1) = 1; while err > 0.000000001 ...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I use the break and continue to keep this loop from stopping all together. When the user enters the inputs it gives a message bu tthen it stops the program. I want it to let the user try new numbers after they get the wrong numbers message
temperature=menu('Temperature Scale','Kelvin','Fahrenheit','Centigrade','Rankine'); T1 = input(['Enter your T_C value',': \n...
presque 11 ans il y a | 2 réponses | 0