已回答
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...

11 years 前 | 1

已回答
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...

11 years 前 | 1

已回答
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...

11 years 前 | 1

已回答
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...

11 years 前 | 1

已回答
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...

11 years 前 | 0

已回答
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...

11 years 前 | 1

已回答
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; ...

11 years 前 | 0

已回答
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 ...

11 years 前 | 0

已回答
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...

11 years 前 | 1

| 已接受

已回答
[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 ...

11 years 前 | 3

| 已接受

已回答
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...

11 years 前 | 0

已回答
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 ...

11 years 前 | 0

已回答
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...

11 years 前 | 2

| 已接受

已回答
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...

11 years 前 | 0

| 已接受

已回答
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...

11 years 前 | 0

| 已接受

已回答
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 ...

11 years 前 | 0

提问


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...

11 years 前 | 2 个回答 | 0

2

个回答

已提交


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

12 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

12 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


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

12 years 前 | 2 次下载 |

4.5 / 5
Thumbnail