Community Profile

photo

Steven


Last seen: circa 2 anni fa Attivo dal 2013

Followers: 0   Following: 0

Contatto

Statistiche

  • Thankful Level 3
  • First Review
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


How to create a syms vector
How do I generate symbolic variables that I can put into a fminsearch function? x = sym('x', [1 2]); fun1 = 4*x(1)^2+3*x(2)+2 ...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


Anyway to run excell commands from matlab? Like draw a boarder range?
I know how excel com commands can be called from matlab with activex com. How could I draw a border with com? Sub SetRangeBord...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
Offset polygon draw
for ii = [0 1 3] xoff = ii; yoff = 1; t = 0.05:0.01:2*pi; x1 = avgdistbig*cos(t)+xoff; y1 = avgdistbig*sin(t)+yoff; pgon...

oltre 5 anni fa | 0

Domanda


Is this the proper way to run a transient simulation on a thermal 3D FEM with the PDE toolbox?
How can I model a 3d FEM and run a transient simulation? I've tried this so far and it doesn't seem to work The real q...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


Is there any way to speed up the PDE solver with the parallel computing toolbox?
Can I speed up this code by paralleling it with the parallel computing toolbox? thermalmodel = createpde('thermal','transie...

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


Can I flip a group of simulink components
I am trying to figure out how to copy then mirror a group of simulink components (actually simscape components). Right now I hav...

quasi 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Can I have a regular simulink port on a simscape custom component?
I would like to put a simulink port so I don't have to use the PS->S blocks on a simscape custom component, how would I do this?...

circa 6 anni fa | 0 risposte | 0

0

risposte

Risposto
Simscape custom component compiler having trouble solving a simple two thermal resistor equation
The answer is simscape custom elements have terrible support and I found the answer on my own. The answer is you don't write...

circa 6 anni fa | 1

| accettato

Domanda


Simscape custom component compiler having trouble solving a simple two thermal resistor equation
I'm trying to write a custom thermal component, the basis of which is formed by two thermally conductive elements. The compone...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


Why do simscape components not use branches?
If I create my own custom component, I need to use a branch component conduction < foundation.thermal.branch % Conductiv...

circa 6 anni fa | 0 risposte | 1

0

risposte

Risposto
How do I add a node to a simscape custom component?
Figured it out, you do it this way nodes(Access=private) Tm = foundation.thermal.thermal; end

circa 6 anni fa | 2

| accettato

Domanda


How do I add a node to a simscape custom component?
I am building a custom component, I would like to create an internal thermal node inside of the component, what is the best way ...

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I call a custom python function from matlab that uses an import statement?
I have a custom python script called testmat.py with two functions: # testmat.py import numpy def createarray(n):...

quasi 7 anni fa | 1 risposta | 3

1

risposta

Domanda


Simulink Scope Time Control
I have a simulation, because it has an integrated control system, I would like the scope to not capture until it has reached a s...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I make a simscape integral in a custom component?
If I have an equation x = integral(y,dt) how would I implement this in a simscape custom component? The code that I have a...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Can I implement a spatial derivative in a simscape custom component?
I have an equation based off of two variables M and H. At some point in my equations I need to take the spatial derivative of H ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I implement a spatial dirative in simulink?
I have two signals, lets call them H and M. Now in simulink I would like to implement a derivative of dM/dH and spit out the ans...

circa 7 anni fa | 0 risposte | 1

0

risposte

Domanda


Units for constants in simscape custom module
I have a constant that I have declared in the variables section. I'm assuming that everything needs units. Some papers use const...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


How to modify simscape PTC Thermistor for Stien-Hart Equation
I would like to modify the PTC thermistor for the Stein-Hart Equation so It has more parameters than just A. I found <https://ww...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Adaptive Minimization for loop
I have a DAC that I'm calibrating by measuring the values. I use a simple search to find the minimum between a voltage I desire ...

oltre 7 anni fa | 0 risposte | 0

0

risposte

Risposto
How do I get matlab to recognize .net dll
You have to register the dll with the gacutil provided with visual studio, the best way to run it is through the visual studio d...

circa 8 anni fa | 0

| accettato

Domanda


How to read in an xml file created by c#
I have an xml file, I would like to read it into matlab as a struct. The problem is, I know very little about xml. I know that t...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I get matlab to recognize .net dll
I am trying to access a method in a .net class that opens a file then spits out data. You put the filename in and it gives you d...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Feature Request in Gensig
It would be great if the gensig function had a chirp, triangle and noise added to its list of signals to generate.

oltre 8 anni fa | 1 risposta | 0

1

risposta

Risposto
Whch toolbox gives most money for the buck?
Only buy what you need, If you don't know what it is, you probably don't need it. That being said, image detection is cool, go w...

oltre 8 anni fa | 0

Risposto
How to Write Latitude and Longitude in MATLAB?
Work it out on paper, when you find equations that work you can easily transfer it to the computer and let it do the work. It is...

oltre 8 anni fa | 0

Domanda


How do I increase simscape simulation accuracy?
I'm simulating a semi-simple circuit with switches, resistors and caps and a voltage source. I need accuracy on the order of 10e...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Risposto
Problems with simscape solvers
Instead of changing the simulink solver parameters, try clicking on the solver configuration block. I needed more accuracy and I...

oltre 8 anni fa | 0

Risposto
Having trouble using Simscape to solve a simple circuit
You must be really bad at this, Just Kidding. I just got simscape a few days ago and it is a bit confusing. 1) You have to have ...

oltre 8 anni fa | 0

Risposto
Subdivide area of function in x areas of same size
Go to you matlab prompt and type y = 0:0.1:5. Here is another clue: x = 2 y = 0.01 z = 30 a = x:y:z; Also go to prompt, t...

oltre 8 anni fa | 0

Carica altro