This is what I have now:
I need to make modifications:

`Hey,
Note: If you have any queries related the answer please do comment. I would be very happy to resolve all your queries.
clc
clear all
close all
format short
P=[36];
r=4.5;
for i=1:75
if(i==5)
r=6.1;
end
if(i==23)
r=-7.2;
end
if(i==52)
P(i)=floor(P(i)*2/3);
end
P(i+1)=floor(P(i)*(1+r/100));
end
P(76)
plot(P);

Kindly revert for any queries
Thanks.
i want to make a matlab program that uses this
information
the information on the first column is w and the information
on the second column is l how do i make matlab read the information
on the second column?
this is what i have so far ive already gotten matlab to read
whats on the first columb bur i dont know how to make it read whats
on the second column
can you help me?thank you!
EDIT Documents C...
why the error comes
100% E52 Wed 7:41 AM MATLAB R2016a g (CHUNG HA)-"Snap... EDITOR PUBLISH VIEW Close on S+one www.youtube.com insert Efx P Recommended: Stone Musl... Settings ment Breakpoints Run Run and Advance Run and ndent Advance Time LDIT BREAKPOINTS RUN ents MATLAB Editor /Users/xinyuli/Documents/MATLAB/EMEC 5671Assign2.m EMEC 5671Assign2.m bisect.m W4 + 117 118 W5.Duffing's oscillator function dxedxdt (t,x) 119 120 121 dx(1,1)x(2,1); dx(2,1)-e.25x (2,1)+x(1,1)-x(1,1)^3+0.3*cos (t) ; 122. 123- 124 125 end tspan [e 60]; xe [e;11 It,x]-ode45(@dxdt, tspan, x0)...
i need help with this error and what i need to fix exactly
.
File Edit View Build Project Settings Tools Window Help MEDIKUAR 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 private static double[] readDataPrompile() throws IOException { double[] rainfallDataFromFile - new double[12]; 7/File file - new File("/Users/destinytaylor/DTaylor Lab 4/rainfallData.txt"); //kept file in same directo File file = new File("rainfalldata.txt"); BufferedReader br new BufferedReader(new FileReader(file)); iedene String data; int i...
I need help understanding this programming assignment. I do not
understand it at all. Someone provided me with the code but when I
run the code on eclipse it gives an error. Please explain this
assignment to me please.
Here is the code:
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class TextEditor {
public static List<String> lines = new
ArrayList<String>();
public static void main(String[] args) throws IOException
{
Scanner s = new...
Please help me correct my MATLAB script code for this
problem, thank you!!
A projectile PA is launched from point A towards the east with an initial launch velocity voa and an initial lauw angle of 0x. The impact point of the projectile Pa is a point B in a valley with an ordinate, yon, located below the clevation of point A. The launch from point A is instantaneously detected at point B, and a counter projectile P launched simultaneously...
Answer the empty places
* M * 12%D E Mon 10:28 PM Q E Excel File Edit View Insert Format .. AutoSave OFF Home Insert Draw Page Layout Formulas | BAS A x ✓ fox ? Tools Data Window Help Chapter_2_Applying_Excel_Student_Form (1) Data Review View Share Comments C D E F G H I J K L M N O P Q 1 Chapter 2: Applying Excel 3 Data 4 Markup on job cost 75% B Machine hours 9 Direct...
could you please help me with this problem, also I
need a little text so I can understand how you solved the
problem?
import java.io.File; import java.util.Scanner; /** *
This program lists the files in a directory specified by * the
user. The user is asked to type in a directory name. * If the name
entered by the user is not a directory, a * message is printed and
the program ends. */ public class DirectoryList { public static...
please answer as soon as possible. i only have 37 minutes
left. i need help determining whether or not the examples are word
for word plagarism, paraphrasing plagarism, or not plagarism at
all
14% Sun 12 29:06 AM Christoph Window Help Edi Safari Fle View History Bookmarks indiane edua In The Case Below The Original Source to How to Recognine PagiaemUndergraduate Cerication Tests: Se. Plagasm Ceficate Item 1 View In the case below, the original source material is given along...
attention!!!!!!! I need python method!!!!!!!!!
the part which need to edit is below: i need python
one!!!!!!!!!
the part below is interface for the range search tree which
don’t need to modify it.
Week 3: Working with a BST TODO: Implement a Binary Search Tree (Class Name: RangesizeTree) Choose one language fromJava or Python. Iin both languages,there is an empty main function in the Range Size Tree file. The main function is not tested, however, it is provided for you...
For the following task, I have written code in C and need help
in determining the cause(s) of a segmentation fault which occurs
when run.
**It prints the message on line 47 "printf("Reading the input
file and writing data to output file simultaneously..."); then
results in a segmentation fault (core dumped)
I am using mobaXterm v11.0 (GNU nano 2.0.9)
CSV (comma-separated values) is a popular file format to store
tabular kind of data. Each record is in a separate line...