A répondu
close terminal window
Yes, if I type exit in the terminal, it close the windows.

plus de 12 ans il y a | 0

Question


close terminal window
Hi, I make a program wich open the terminal window(C:\WINDOWS\system32\cmd.exe) at each time it's fired. I use it in a loop, so...

plus de 12 ans il y a | 4 réponses | 0

4

réponses

Question


Vector operations
I'm looking for something that can repeat a vector without. For exemple, here a is repeated 4 times : a = [1,2,5]; b = cell...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

A répondu
Dumb mistakes we make with MATLAB.
I often use != instead of the unusual ~=

plus de 12 ans il y a | 2

A répondu
Unable to get all the points graphed.
you miss an hold on: plot(n1,beta); hold on; will be better.

plus de 12 ans il y a | 0

A répondu
ploting x,y coordinates in time
x = [X1, X2, ...]; y = [Y1, Y2, ...]; plot(x,y); ???

plus de 12 ans il y a | 0

A répondu
Good programming practice...
However, the difference seems to be indistinguishable considering a certain precision whatever the number of repetitions. t...

plus de 12 ans il y a | 0

A répondu
Need help creating a loop
clear all; clc; eps = 50; % precision piOn4 = 1; for i = 1:eps piOn4 = piOn4 + (-1)^(i)*(1/(2*i+1)) end ...

plus de 12 ans il y a | 2

Question


Cell conversion to double
Greetings, Let's say a is a 11x1 cell like this a = '0.000000' '1.000000' '2.000000' '3.000000' ...

plus de 12 ans il y a | 2 réponses | 6

2

réponses

A répondu
How to split data strem in Matlabn Simulink?
Mux/Demux blocks ???

plus de 12 ans il y a | 0

A répondu
MySQL + MATLAB -> Invalid connection
Hi folks, I finally fixed the prob ! First, I downloaded MySQL ODBC driver 5.1. Then, I add it in Start > Settings > C...

plus de 12 ans il y a | 0

| A accepté

A répondu
GUI
doc guide

plus de 12 ans il y a | 2

| A accepté

A répondu
how to remove repeating rows from a matrix?
Or even simpler for quick remove : A(2,:)=[] will give you B.

plus de 12 ans il y a | 0

Question


MySQL + MATLAB -> Invalid connection
Greetings, I'm trying to set up MySQL with MATLAB with no success. I downloaded EasyPHP 5.3.8.1 and I created a simple databas...

plus de 12 ans il y a | 1 réponse | 0

1

réponse