photo

Inês Rodrigues


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
36,139
of 300,364

REPUTATION
1

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to calculate r-squared in exponential fitting?
Hello. So I'm trying to find the r-squared in an exponencial fitting. Having x and y, I did first: Y = log(y); X = x; s_X = ...

8 years ago | 0 answers | 0

0

answers

Question


how to set a limit in each color in a color bar?
Hi! So I want a color bar with only three colors (no gradient). I did: A = [1; 2; 3; 4]; B = [10; 20; 30; 40]; C = [5; 10;...

8 years ago | 1 answer | 0

1

answer

Question


How to give diferent colours to diferent values in a matrix?
Hi! I have a 3d matrix of 0's and 1's. I would like to plot it with scatter3 with 0's showing up black and 1's showing up white....

9 years ago | 1 answer | 0

1

answer

Question


How can I open a 3D .img file?
I've already tried using analyze75: info = analyze75info('track_weighted_file.hdr'); X = analyse75read(info) and fopen/fr...

9 years ago | 0 answers | 0

0

answers

Question


3D Normal Probability Density Function
I need to use the function mvnpdf and the variables are X, MU and SIGMA. But in an example that I saw I have: Sigma = [1 .1; .1...

10 years ago | 0 answers | 0

0

answers

Question


3D Gaussian Decay from 1 to 0
I'm doing a model in matlab and I want that, when my variable k is 1, it decays to 0 by a gaussian pattern. It's a 3D model, so ...

10 years ago | 1 answer | 0

1

answer