Réponse apportée
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...

presque 12 ans il y a | 1

Réponse apportée
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...

presque 12 ans il y a | 1

Réponse apportée
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...

presque 12 ans il y a | 1

Réponse apportée
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...

presque 12 ans il y a | 1

Réponse apportée
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...

presque 12 ans il y a | 0

Réponse apportée
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...

presque 12 ans il y a | 1

Réponse apportée
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; ...

presque 12 ans il y a | 0

Réponse apportée
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 ...

presque 12 ans il y a | 0

Réponse apportée
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...

presque 12 ans il y a | 1

| A accepté

Réponse apportée
[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 ...

presque 12 ans il y a | 3

| A accepté

Réponse apportée
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...

presque 12 ans il y a | 0

Réponse apportée
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 ...

presque 12 ans il y a | 0

Réponse apportée
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...

presque 12 ans il y a | 2

| A accepté

Réponse apportée
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...

presque 12 ans il y a | 0

| A accepté

Réponse apportée
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...

presque 12 ans il y a | 0

| A accepté

Réponse apportée
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 ...

presque 12 ans il y a | 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...

presque 12 ans il y a | 2 réponses | 0

2

réponses

A soumis


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

plus de 12 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A soumis


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

plus de 12 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


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

plus de 12 ans il y a | 8 téléchargements |

4.5 / 5
Thumbnail