Answered
the superscript in the textbox in the figure?
Another instance when you have numbers to deal with! >> x=30 x = 30 >> figure >> text(.1,.1,[num2str...

12 years ago | 1

Answered
the superscript in the textbox in the figure?
I don't know what version of MATLAB you are using! But the following code resulted as such on my PC with 2012a and it's really e...

12 years ago | 1

Answered
the superscript in the textbox in the figure?
If you have a variable then you can concatenate the string simply x=30; title([num2str(x),'^c']) or legend or text or xl...

12 years ago | 1

Answered
the superscript in the textbox in the figure?
As I remember MATLAB understand a little bit of Latex! lol If you've ever worked with Latex which is just like writing in a l...

12 years ago | 1

Answered
functions in matlab gui
Actually, I think diagbox is for VC, I'm sure you already found it. but You may use this code msgbox('Error Message','Nam...

12 years ago | 0

Answered
functions in matlab gui
@ Husaiyn Alright now it's clear! Go to the error corresponding line, error line is probably given to you in the MATLAB er...

12 years ago | 1

Answered
how can in plot(teta,Xb)
We have to solve your equation so that we get Xb values for known values of teta So let's do it as such teta=0:0.2:5; ...

12 years ago | 0

Answered
save only one value
Sorry, but even your English is a bit confusing, just like mine! lol Is the problem of having two 4 bothers you? If so then ...

12 years ago | 0

Answered
How do I convert a string input to an executable equation?
you can simply use 'inline' I've precviously written and equation solver, and it works like a charm, it also has a GUI and it...

12 years ago | 1

| accepted

Answered
[SOLVED] How to read data file from a specific line ?
Hi buddy It's dead easy, I'm copy pasting part of a code I wrote to manipulate text files in which I read the text file line ...

12 years ago | 3

| accepted

Answered
How can I draw a circle in matlab using parametric ecuations or the circle ecuation?
That's one simple way you can do it x= sin(0:.01:2*pi); y= cos(0:.01:2*pi); plot(x,y); axis equal also try belo...

12 years ago | 0

Answered
how to make status array (like status=010) instead of status variable which holding one value
if true % code endMake a array as such status(1:3)=[0 1 0] then you can call status(1) and it will show you 0 ...

12 years ago | 0

Answered
once matlab is closed is there any way to edit the gui which was working previously.
In the MATLAB command line type 'guide' then GUIDE Quick Start menu will popup. Go the the 'Open Existing GUI' and there you sh...

12 years ago | 2

| accepted

Answered
Batch processing using loops
Tyee this is absolutely possible. I actually did this before, but the files I want to load had some sort of familiar names and t...

12 years ago | 0

| accepted

Answered
How do I create clickable icons on a map?
Once I used a push button to do that, and in order to cover the push button I used the logo of the company. So by clicking on th...

12 years ago | 0

| accepted

Answered
How do I places separate columns next to each other to create a table?
It's very easy actually! you can eaither use this code TABLE= [A,B,C] or you can use concatenate commands, either ways ...

12 years ago | 0

Question


Does MATLAB support above 96000Hz sampling frequencies of winsound?
Why MATLAB 2012a (7.14.0.739) does not support 192000Hz and maybe higher sampling frequency of the winsound while my PCs have th...

12 years ago | 2 answers | 0

2

answers

Submitted


Isotropic Arrayed Antenna Pattern
Simple Plot for various number of isotropic arrayed antennas, with adjustable phase shift and spacin

12 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Dipole & Rectangular Aperture antenna pattern
3D Polar plot for various Dipole and Rectangular Aperture antennas.

12 years ago | 4 downloads |

5.0 / 5
Thumbnail

Submitted


DVB-T
GUI based simulation of DVB-T Interneaver Enhancement

12 years ago | 8 downloads |

4.5 / 5
Thumbnail