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

etwa 12 Jahre vor | 1

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

etwa 12 Jahre vor | 1

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

etwa 12 Jahre vor | 1

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

etwa 12 Jahre vor | 1

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

etwa 12 Jahre vor | 0

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

etwa 12 Jahre vor | 1

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

etwa 12 Jahre vor | 0

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

etwa 12 Jahre vor | 0

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

etwa 12 Jahre vor | 1

| akzeptiert

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

etwa 12 Jahre vor | 3

| akzeptiert

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

etwa 12 Jahre vor | 0

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

etwa 12 Jahre vor | 0

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

etwa 12 Jahre vor | 2

| akzeptiert

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

etwa 12 Jahre vor | 0

| akzeptiert

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

etwa 12 Jahre vor | 0

| akzeptiert

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

etwa 12 Jahre vor | 0

Frage


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

etwa 12 Jahre vor | 2 Antworten | 0

2

Antworten

Gesendet


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

mehr als 12 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

mehr als 12 Jahre vor | 2 Downloads |

5.0 / 5
Thumbnail

Gesendet


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

mehr als 12 Jahre vor | 2 Downloads |

4.5 / 5
Thumbnail