Briana Canet
Followers: 0 Following: 0
Statistics
RANK
35 801
of 295 495
REPUTATION
1
CONTRIBUTIONS
15 Questions
1 Answer
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
1
RANK
of 20 240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 991
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
Feeds
Question
Issue with addpath files
I have two files that rely on each other but they aren't working. File 1 File 2 Code File 1 function u = u1(commute) ...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Derivative not working plot
Hello. My %Local Risk Aversion Plot is not working. I am trying to plot the risk aversison (y) over monthly expense (x). Risk a...
ungefär ett år ago | 3 answers | 0
3
answersQuestion
curve fitting exponential function with two terms
Update: I need help curve fitting this set of points with an exponential function with two terms nicely. % Curve Fit x = [6500...
ungefär ett år ago | 3 answers | 1
3
answersQuestion
How to fill in o marker with color
I am trying to fill in my 'o' markers. Please help. clc; clear; close all; % Curve Fit - Left of Target x = [1500 160...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Matlab curve fitter error with exponential form with 2 terms
I am trying to curve fit the following data using the following exponetial form with two terms. I was expecting a concave curve ...
ungefär ett år ago | 3 answers | 0
3
answersQuestion
Surface plot for two variable piecewise function
I need help plotting the following piecewise function in Matlab as surface plot. Any help is appreciated!! x1 and x2 are [0,1] ...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Plot function of two variables in 2D space
I have the function V(x1,x2) = x1^3 + x2^2 I am trying to plot k = x1^3 + x2^2 for different values of k (i.e. k=0.2, 0.4, et...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Code error trying to find the max h
Code not running fully. Continuous errors in code. I am trying to find the maximum h given f1, the other equations and other var...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
Pareto frontier plot error
I am trying to plot the Pareto frontiers for... Problem A Minimize f1(x1,x2)=x2*sin(x1) Minimize f2(x1,x2)=x1+x2 and ...
ungefär ett år ago | 1 answer | 0
1
answerQuestion
matlab optimization code not working
The following code is not working. I am not sure why. It doesn't run/create the figure. % Define the functions f1 = @(x1, x2) ...
ungefär ett år ago | 0 answers | 0
0
answersMatrix Issue Line 33, 35, 37
K_a2 = K_m*(1+(f_i.*((K_i/K_m)-1).*(1+((K_i./K_a1)-1).*s1_a2).^-1)) Why is there a dot after :((K_i/K_m)-1) K_i and K_m are c...
mer än 2 år ago | 0
Question
Matrix Issue Line 33, 35, 37
Hi. Line 33, 35, and 37 (v_a2, s1_a2, s2_a2) are supposed to create a matrix/array (not sure what the right term is) like Line 2...
mer än 2 år ago | 3 answers | 0
3
answersQuestion
Code Error on Line 39 and 41
There is an error in my code in Line 39 and 41 in K_a2 and Mu_a2, respectively. Maybe a dot/period is missing. % Approach 1 ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Code not graphing properly?
I am trying to plot f_i for values of 0 to 1 (x-axis) and K_traction (y-axis). It is not graphing properly. I graphed in Excel ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Synthax Question for Equation
I am trying to code out this equation: K_traction I am not sure if I am expressing it correctly synthax wise in order to plot...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Code not working?
This code is plotting incorrectly. The plot in the x-axis should range from 0 to 1 and right now it is -1 to 1. Also, no curve ...
nästan 3 år ago | 2 answers | 0