Community Profile

photo

Rishav


North Carolina State University

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Hi I am trying to solve a system of equations using fsolve or something similar with 4 variables. Please help
Equations are r(1)= sqrt((x-15600)^2+(y-7540)^2+(z-20140)^2)-(300000(0.07074-d)) r(2)=sqrt((x-18760)^2+(y-2750)^2+(...

10 years ago | 1 answer | 0

1

answer

Question


I want to create multiple scatter plots.
Hi I am looking to create multiple scatter plots on different set of axis and integrate it all in the same code. For eg. mon...

10 years ago | 1 answer | 0

1

answer

Question


I am trying to calculate mean of all the columns in my matrix. Help me please?
I am really new to coding and this might seem like a basic question. I am trying to calculate means of individual columns in my ...

10 years ago | 1 answer | 0

1

answer

Question


Hi, I am trying to use grpstats on my program and trying to compute median and percentile and skew but somehow i am not getting the program to run.
This is what I write [ Z]= [WeekNum,C,E,G,I]; [stat1,stat2]= grpstats(Z,WeekNum,{'mean',@(Z) prctile(Z,50)}) This ...

10 years ago | 2 answers | 0

2

answers