Risposto
Sum over cell array of sparse matrices
v1=[S{1:100}]; Sum=sum(v1);

oltre 7 anni fa | 0

Risposto
Help needed to calculate complex voltage
* The result of (j*w0*C) has the size of 7x6 matrix * But G is a 7x7 matrix * So you are getting dimension mismatch error

oltre 7 anni fa | 0

Risposto
How can I extract the tree countour of an aerial image and count it?
<https://in.mathworks.com/matlabcentral/answers/137522-how-to-detect-and-count-the-tree-crown-with-a-very-high-density-automatic...

oltre 7 anni fa | 0

Risposto
How i can flip the y-axis?
If you planning to change the ylabel use set(gca,'YtickLabel',14:-2:0) Or else, if you wants to flip b alone you can u...

oltre 7 anni fa | 1

Risposto
Is there a way to put a background image on a graph
<https://in.mathworks.com/matlabcentral/answers/96023-how-do-i-add-a-background-image-to-my-gui-or-figure-window Click here for ...

oltre 7 anni fa | 0

Risposto
save in excel file inside a for loop
<http://stackoverflow.com/questions/7636567/write-information-into-excel-after-each-loop here> you can see the Example code whic...

oltre 7 anni fa | 0

| accettato

Risposto
How to extract image region within boundary
If you complete the segmentation part probably you will have the information's of circular boundary Once you get the informati...

oltre 7 anni fa | 0

Risposto
What is the use of repmat in this code?
<</matlabcentral/answers/uploaded_files/67004/sd.png>>

oltre 7 anni fa | 0

Domanda


How to create html formatted text as a message part of send mail function
I know that send mail function allows us to send mails (i am using gmail) from matlab .My objective is to feed html formatted t...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Risposto
can any body give the pso code,i.e how i start to write code and how i call my data table,please give me the idea of pso code writing in matlab,and also any extension is required for saving the file in matlab
<https://in.mathworks.com/matlabcentral/fileexchange/39844-binary-particle-swarm-optimization here> you can find the PSO for bi...

quasi 8 anni fa | 0

Risposto
Making an RGB image
use *uint8* in the place of *im2uint8*;

quasi 8 anni fa | 0

Risposto
why i am getting the error "Index exceeds matrix dimensions." someone please help me to point it out!
* In your code you are using a variables "min" and "max". * these two are matlab inbult functions to find minimum and maximum ...

quasi 8 anni fa | 0

| accettato

Domanda


Why imshow not working in stand alone application.Is there any alternative for that?
I developed a application using matlab compiler .Everything works fine except the command imshow.What is the probability of gett...

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to close windows photo viewer using matlab command?
* I opened a image using the command "winopen" * Now my intention is to close the image using matlab commmand. * I think "tas...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Risposto
How to convert Simulink model to VHDL code?
* Using HDL Coder you can generate VHDL code from matlab /simulink file * For more details on HDL Coder click <http://in.mathw...

quasi 8 anni fa | 0

Risposto
I have to select a formula from a certain value.
* Evaluate the value of "a" using if condition and write formulas in appropriate loop. * If you are a beginner refer <https://i...

quasi 8 anni fa | 1

| accettato

Risposto
Finding length between two matrix rows
jointCoords = [ 0 0 % Coordinates of joint 1: (0,0) 10 0 % Coordinates of joint 2: (10,0) ...

quasi 8 anni fa | 0

| accettato

Risposto
Output argument "dl1" (and maybe others) not assigned during call to "decsg".
States that the function "decsg" has output argument "dl1" .But while executing the function no value is passed to the output v...

quasi 8 anni fa | 0

Risposto
How to set a parameter to a gain in simulink?
Make sure that you are getting right value for variable in the gain block. According to me if you know the value m then use the...

quasi 8 anni fa | 0

Risposto
Matlab GUI Executing a Script with inputs
<http://stackoverflow.com/questions/16497707/global-variables-in-matlab-gui Here> you can find the solutions for same issue whi...

quasi 8 anni fa | 1

| accettato

Risposto
Once installation and activation is complete, how do I open MATLAB?
* Refer the below link * <http://in.mathworks.com/help/matlab/matlab_env/start-matlab-on-macintosh-platforms.html Start MAT...

circa 8 anni fa | 0

| accettato

Risposto
How can I delete files within subfolders?
get the list of all the sub folders in a variable ,For example variable 'a' Then delete the files using below command fo...

circa 8 anni fa | 0

Risposto
Request the user to input their seven digit KU ID that
# make sure that you have entered 7 digits using No=input('enter 7 digit KU ID'); % input numel(num2str(No))%count the...

circa 8 anni fa | 0

Domanda


How to develop andriod app using matlab?
Is there any toolbox for developing andriod apps using matlab.Or else is it possible to save my project as apk file (like creati...

circa 8 anni fa | 1 risposta | 0

1

risposta

Risposto
How to input a digital signal in simulink?
using <http://in.mathworks.com/help/simulink/slref/signalbuilder.html Signal Builder> you can set the signal for different time ...

circa 8 anni fa | 0

| accettato

Risposto
source code of eig() function
Yu can find the eig function under matlab installation directory *toolbox\symbolic\symbolic\@sym*

circa 8 anni fa | 0

Risposto
creating a pushbutton which allows the figure in my GUI to open in a new window
Under the pushbutton callback use the command 'figure'. This will open a new window

circa 8 anni fa | 0

Risposto
How connect arduino uno to Netbeans?
click <http://plugins.netbeans.org/plugin/46054/arduino here> for Arduino - plugin details and <http://playground.arduino.cc/Cod...

circa 8 anni fa | 1

| accettato

Risposto
How to automatically show the last characters of a long string in a edit box?
Get the file name and path name in separate variables and pass only the file name to the edit box

circa 8 anni fa | 0

Risposto
Zero-cross edge detection input
<http://in.mathworks.com/help/images/ref/edge.html#input_argument_method here> You can find list of available Edge detection met...

circa 8 anni fa | 0

Carica altro