Community Profile

photo

Nicholas Deosaran


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Statistiken

  • Thankful Level 2
  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


How to filter out the elevation higher than 0
Hello all, I wrote my code to get the elevation of the Cape Fear Area to make a mesh grid. I wanted to know if there is a wa...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to change resolution to every other point?
Hello good day, I would like to know how to change the resoulation of my grid to every other grid point. I have been looking...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How would you type this into matlab?
Hello all, I would like to know how would I type this equation into MatLab. Thank you

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to display my answer with out rewriting them?
Hello all, I have my code below that finds the min_max of my function. I would like for it to displapy all the min_max. When ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Making a circle with circles
Hello all, I am trying to mod my currrent function that plots a circle and fills it a color to ,ale a gird of dots that have c...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Writing a find function
Hello all, I am trying to run a function that will use the "find" function to separate grades i have my code below, but I do...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How Calculate R squared from a linear regress
Hey all I have this equation below and trying to figure out how to get the R^2. I can't seem to understand what I am doing wron...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Fit a line to data using regress
Hey all, I am trying to use a new matlab function "regress" and would like some help on how to use it to fit a line. below is ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


plot a marker in the center of the circle?
Hello all I have my code below and would like to know, how can I edit it that it will always put a marker in the center of the ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to output data into a text file
Hello everyone, I am having an issue with how to export data to a text file. I have been looking at https://www.mathworks.com...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Issues with entering into MATLAB
hello all I am trying to enter this into MATLAB but cant seem to get it right x = 0:0.1:10 y= (2*x^1.01)+ sin(3*pi/2 *x)-10...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How would I plot a sin wave.
Hey all how would this be coded? For a period of 10 seconds and an amplitude of 1 meter, develop a variable that consists of a ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to enter a function into MATLAB
Hello good day, I am having issues on how to enter this equation into MATLAB. I have it as H/2 * cos(k*x)*cos(sigma*t) ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to black out part of an image ?
Hello all I have a question on how to black out part of my image. (the clown smile) i have the code to load it all in. But ne...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to enter a function into matlab
Hello good day, I am having issues on how to enter this equation into MATLAB. Also, thank you in advance !

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How would you evaluate this ?
Hello good day, I have this code, but its only give me one answer. I need it to do it for all numbers of x from 0-100 with incr...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Making a parabola and plotting
how can you make a parabola (is it not y = ax^2)? and plot it. Also how to overlay two more parabolas on the same axes using ...

mehr als 3 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


solving coefficient with linear algebra
How can I determine the coefficients, p, of the least squares fit of a plane through the data defined as: data = p(1) + p(2)*x ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do you do matrix math?
Hey all, How can you develop a 3 x 3 matrix with elements ranging from 1 to 9. Then perform the calculation that Add 40 to it...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do you use the NaN function?
How would write a code that for a vector that is 500 data points long, but the first 123 data points are NaN?

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


least-squares-regression
I need help understing what to do here, I know i need to slobe for p1 and p2x but stuck, I have the code below but just stuck. ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


3D Matrix manipulation
Hey everyone one! I need some assitance with developing a 3x3x10 matrix with any numbers. That writes the command that will ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Only 1st layer of a 3D Matrix.
I have this code and I am having issues trying to figure out how to just display the 1st layer with it's own variable. Also an...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Making a row vector
Hey Everyone, how would you mak a row vector that goes from 0 to 100 and then back down to 0, by increments of 5? I know how t...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to make a 3D Matrix
How to make a 3D Matrix that contains all ones in the first layer, all twos in the second layer and all threes in the third laye...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Help, How do I stop my iteration from going when it gets the answer?
Hello good day, below is my code and I am using Netwons method of iteration. I have the code typed out, but I dont know how to ...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten