Answered
How can I find the coefficients of a polynomial equation for fit the curve in MATLAB?
if "p" and "t" are both independant variables then your problem is in the form of "y=f(x,z)" or "v=f(p,t)". x=[ 19.4 ...

mer än 4 år ago | 0

| accepted

Question


solve A*X=B containing very large or small elements
hello i have this linear system of equations A*X=B, which is apparently ill-conditioned with RCOND = 0. the elements in these m...

mer än 4 år ago | 1 answer | 0

1

answer

Question


solve second order ode system numerically
hello I'm trying to solve this system of second order ordinary differential equations using ode functions (not dsolve): k1...

mer än 6 år ago | 1 answer | 0

1

answer

Question


define a piecewise function whose parameters change on each segment
hello I,m trying to write a code to define this piecewise function. the function contains two sub-functions: v_on(A,B,t) =...

mer än 6 år ago | 1 answer | 0

1

answer

Question


writing in other languages(C,python,...)
hello Q1:is there a way to write your code in C in matlab editor just like in matlab language? Q2:is there a way to use .c...

mer än 7 år ago | 1 answer | 0

1

answer

Answered
How to give a step input with special shape?
hello. I have attached a simulink file. unzip it and open it. you only have to define your transfer function.

ungefär 8 år ago | 0

Question


force matlab to display its symbolic calculations using indexed varaiables
hello. I'm looking for a way to make matlab display the result of its output by showing the variables with their index, while d...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


create a number of variables in workspace and assign value to them using input command
i want to write a script that first gets the number of inputs(e.g:n=4) and then creates the respective variables(e.g:var1,var2,v...

mer än 8 år ago | 2 answers | 0

2

answers