Aiden James
Followers: 0 Following: 0
Statistiques
RANG
64 174
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
85.71%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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 mois il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ un an il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 4 ans il y a | 4 réponses | 0
4
réponsesQuestion
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...
environ 4 ans il y a | 1 réponse | 0