Olivia
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
239 417
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
variables not being saved?
I just included the code for U here, but neither L nor U are being saved, but they can both be displayed? I'm trying to use the ...
4 mois il y a | 2 réponses | 0
2
réponsesQuestion
finding the minimum of a function input with a parameter
%function to find recylce flowrate for range of conversions %then trying to find minimum conversion where total_recylce_flowra...
4 mois il y a | 3 réponses | 0
3
réponsesQuestion
error saying not enough input arguments?
function newmatrix = rootflow(conversion) a = [-1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0; 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...
4 mois il y a | 1 réponse | 0
1
réponseQuestion
trying to call a function from a function file in a script file
func = afunction; %trying to make the variable func equivalent to "afunciton", % the function I created in the afunction file ...
4 mois il y a | 2 réponses | 0
2
réponsesQuestion
I'm just trying to make a function file with the function f(x)=e^cosx -x^3+2x^2+5x-3
function y = e^cosx -x^3+2x^2+5x-3 %I keep getting a parse error at the = that says it might be invalid matlab syntax.
4 mois il y a | 1 réponse | 0