Aiden James
Followers: 0 Following: 0
Statistics
RANK
64,162
of 295,448
REPUTATION
0
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
85.71%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
How to solve algebraic equations for different values of variables ?
I am new to MATLAB, I want to solve the equation “eqn” to get the values of “Te” for different values of I. How solve thIS e...
6 months ago | 2 answers | 0
2
answersQuestion
How I can run following code for different p and t values?
function [x] = LiBrH2O(t,p) % Function LiBrH2O calculates the concentration for the corresponding % Lithium Bromide - Water s...
1 year ago | 2 answers | 0
2
answersQuestion
How to plot 2d filled contour
I have function y= (0.32/(0.32+0.38*x))^2 k=m*(dy/dx) It means 'k' depends on 'm' and 'x' x= 0:1 ( 0 to1) m=0:1 ( 0 to1...
3 years ago | 1 answer | 0
1
answerQuestion
How to find data points within 2% tolerance of curve
Suppose, I have any curve , assume y=x^2 . And I have some scatter data points(X,Y) . Then , how to find scattter data point...
3 years ago | 1 answer | 0
1
answerQuestion
How to plot contour with constraints
% I have following equations. I want to see variation of cp(si1,si2) with si1 and si2 with following constraints % constr...
4 years ago | 1 answer | 0
1
answerQuestion
how to extract large number of data points from 2D plot
I want to extract large number of data points, like 30000 data ponits or more from 2d plot. Is it possible in matlab ?How t...
4 years ago | 4 answers | 0
4
answersQuestion
unable to plot graphs
I have following code want cp Vs ct plot. How to plot it clc; clear all; close all; format long; syms cp positive f...
4 years ago | 1 answer | 0