Community Profile

photo

Nicholas Deosaran


Last seen: meer dan een jaar ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 3

View badges

Content Feed

View by

Question


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...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 0 answers | 0

0

answers

Question


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 ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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) ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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 !

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan 3 jaar ago | 3 answers | 0

3

answers

Question


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 ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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?

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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. ...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 3 jaar ago | 2 answers | 0

2

answers

Question


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...

meer dan 3 jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan 3 jaar ago | 2 answers | 0

2

answers