python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
construct a matrix with empty string in octave and later fill it with uneven number of characters in each row
I have a working piece of code in MATLAB
empty_string = "";
bag = repmat(empty_string, 4, 1);
bag(2) = "second row";
bag(3) = "third";
However, I want to convert this to...

scoobydoo
Votes: 0
Answers: 1
Using "tic" without "toc" in Octave
Quick background, Octave GUI version 6.2.0 takes at least 20-30 seconds to initialize on one computer, but 1-2 seconds on another computer running the same version and same OS. I wanted to figure out ...
smcmi
Votes: 0
Answers: 1
How to force Octave to run a specified script upon open, every time?
I found this GNU documentation, that says there's a setup file for Octave, but when I search my machine, I don't see it, and the related directories don't seem to exist either:
https://octave.org/doc/...
Feynmanfan85
Votes: 0
Answers: 0
Octave making plotted objects smaller
Is there a way to make a function I plotted smaller? I have to make this smiley face:
I created something that somewhat looks like the mouth and the eyebrows the only problem is it's too big.
Is the...
SatanasHammer
Votes: 0
Answers: 1