Answered
Error using xlswrite. Invalid sheet name '1'.
You may have to try : xlswrite ('file.xlsx', data) If file is already created, he would find it. Or put the path ;)

7 years ago | 0

Answered
how to export data to excel for each iterations after four compound for loops?
Hye, You may have to use xlswrite ;) https://de.mathworks.com/help/matlab/ref/xlswrite.html?requestedDomain=www.mathworks.c...

7 years ago | 0

Answered
Convert Simulink Model into Dymola
up

7 years ago | 0

Question


Different simulation results using UNC and non-UNC path
Hello everyone, I have an issue with my Simulink models. I try to do the same simulation with two different path : - F...

7 years ago | 1 answer | 0

1

answer

Solved


Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...

7 years ago

Solved


Make a full wave rectifier
Produce a full wave rectifier waveform for the given sine wave source. For a sine wave input, the output of the full wave rec...

7 years ago

Solved


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

7 years ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

7 years ago

Question


Different result with the same Simulink model
Hye everyone, I am working with a local network and a UNC path with Simulink/Matlab release R2009a. I usually have to work...

7 years ago | 1 answer | 0

1

answer

Question


Allowing old Matlab to use DOS command under UNC path
Hello everyone, I have to use Simulink models with UNC path. My problem is : matlab before release R2009a is unable to use t...

7 years ago | 1 answer | 0

1

answer

Solved


Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...

7 years ago

Solved


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

7 years ago

Solved


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

7 years ago

Question


Convert Simulink Model into Dymola
Hey guys, I have a problem. I have to convert my Matlab/Simulink models to Dymola. I have seen using a FMI but I don't kno...

7 years ago | 2 answers | 0

2

answers

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

7 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years ago

Answered
Blocks in series, Simulink
Hello, I don't know if I really understand your problem but there is a block named transport delay able to put the delay you wan...

7 years ago | 0

Question


How to upgrade my models under Matlab/Simulink
Hello everyone, I am looking how to upgrade my models from Matlab/Simulink working on release older than 2009a (like 2007b or...

7 years ago | 1 answer | 0

1

answer

Question


Can I work with a simulink model developped under Matlab release 2007 with the release from 2009?
Hello everyone, I would like to know if I can work with my Simulink models developped Under the 2007 release with an other re...

7 years ago | 1 answer | 0

1

answer

Question


Using UNC path with Matlab/Simulink before R2009a
Hello everyone, I have to remove all my folders and my models from a "normal" path (I:) to an UNC path (\\mypath\myfolder). ...

7 years ago | 1 answer | 0

1

answer