photo

Srinivas


Toyota Motor Engineering & Manufacturing North America Inc

Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Professional Interests: Controls

Statistica

All
MATLAB Answers

1 Domanda
34 Risposte

Cody

0 Problemi
22 Soluzioni

RANK
824
of 297.457

REPUTAZIONE
92

CONTRIBUTI
1 Domanda
34 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
17

RANK
 of 20.438

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
20.096
of 158.938

CONTRIBUTI
0 Problemi
22 Soluzioni

PUNTEGGIO
240

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 3
  • First Review
  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer
  • Promoter
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
How do i import signal names from a excel database( a CAN database) for usage in Simulink simulations
did you look at _'xlsread'_ [num,txt,raw,custom] = xlsread(filename,sheet,xlRange,'',functionHandle) this should read th...

quasi 11 anni fa | 0

Risposto
How to determine a reason of the error "Segmentation violation" and to fix it
Are using Simulink Design optimization, in that case may be you are running into a negative square root in the model. Make sure ...

quasi 11 anni fa | 0

Risposto
Shut down Matlab and open new Matlab instance
something like this Curr_dir = pwd; bat_str = ['"' matlabroot '\bin\matlab.exe' '"']; fid = fopen('restart_matlab...

circa 11 anni fa | 1

Risposto
Saving multiple figures to a named folder
function fftval(in,out) x = load(in); % or importdata or csvread or xlsread or whatever your reading function is. y =...

circa 11 anni fa | 0

Risposto
specify Simulink block parameters from Excel cells
Yes it can be done from the work space. Declare a parameter for each sample time and define it in your work space.

circa 11 anni fa | 0

| accettato

Risposto
How can I make subplots larger?
x=1:10; y1=x.^0.5; y2=x; y3=x.^2; y4=x.^3; sp_hand1 = subplot(4,1,1); plot(x,y1); sp_hand...

circa 11 anni fa | 3

Risposto
how to assign a microchip pic pin to a simulink input block?
This link may help <http://www.kerhuel.eu/wiki/Simulink_-_Embedded_Target_for_PIC Simulink - Embedded Target for PIC> HTH

oltre 11 anni fa | 0

Risposto
Reading microsoft excel spreadsheets not within the 'Current Folder' directory in Matlab working environment?
you can give your full path in *xlsread* some thing like this data = xlsread('C:\Users\username\myfile.xlsx')

quasi 12 anni fa | 2

Risposto
Exporting data to excel every time a program is run
look for the _*sheet*_ and _*range*_ options in *_xlswrite_* _'I want it to write the answer to the same spreadsheet as the f...

circa 12 anni fa | 0

Risposto
Report generation without rptgen
doc publish http://www.mathworks.com/help/matlab/ref/publish.html

circa 12 anni fa | 0

Risposto
Copy a plot into word without loosing quality
there are a lot of file exchange submissions, one of them <http://www.mathworks.com/matlabcentral/fileexchange/3149-save2word...

circa 12 anni fa | 0

Risposto
how to delete a row from the matrix??
san(2,:) = []

circa 12 anni fa | 0

| accettato

Risposto
how to remove certain characters from a string in a file
one way mystr = '32/4/5' loc = strfind(mystr,'/') mystr(loc(1):end) =[]

circa 12 anni fa | 1

Risposto
Is there a way to publish scripts and/or functions called by the m file being published?
_*MATLAB report generator*_ may be, I am not 100% sure if a single file _*publish*_ can be used

circa 12 anni fa | 0

Risposto
Matrix sorting re-size problem
a(a(:,2) ==0,:) = []

oltre 12 anni fa | 0

| accettato

Risposto
reading and writing files from open office
did u try using *xlsread* u should be able to read files. I am not sure of xlswrite edit: from the help file of *xlsread*...

oltre 12 anni fa | 0

| accettato

Risposto
Share your favorite snippet or utility
I have a lazy shortcut to open the current folder I am working in system(strcat('%SystemRoot%\explorer.exe',' "',pwd,'"'))...

oltre 12 anni fa | 1

Risposto
Copying multiple files to a location using wildcard
As per the help document copyfile('Projects/my*','../newProjects/') so it should be copyfile([RawCSVfolder '\*.csv'...

oltre 12 anni fa | 0

Risposto
Track changes made to model
you may want to look at <http://www.ensoftcorp.com/simdiff/>

oltre 12 anni fa | 2

Risposto
How to solve string error in xlswrite?
what version of MATLAB are you using, looks like you are referring to this link <http://www.mathworks.com/matlabcentral/filee...

oltre 12 anni fa | 0

| accettato

Risposto
Is it possible to read data from .dat or .m file for an intial value of IC block in simulink?
you can assign 25 variables with the values, save them to a mat file and load it before the simulation.

oltre 12 anni fa | 0

| accettato

Risolto


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

quasi 13 anni fa

Risolto


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

quasi 13 anni fa

Risolto


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

quasi 13 anni fa

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

quasi 13 anni fa

Risolto


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

quasi 13 anni fa

Risolto


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

quasi 13 anni fa

Risposto
plotting two different graphs
help figure is this what you want

quasi 13 anni fa | 4

| accettato

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

quasi 13 anni fa

Carica altro