Statistics
2 Questions
0 Answers
RANK
149,473
of 301,172
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,183
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,200
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I am trying to import a number specified by a cell position from a XYZ1.m file into another XYZ2.m file. the value of the cell in XYZ1.m is 1.0 but when i import it in XYZ2.m it imports it as 1. I want to import as 1.0. What should i do?
In XYZ1.m i = 1; Cell position [3 i 3 i] is 1.0 In XYZ2.m I read, wave_amplitude = dlmread(fid,'',[3 i 3 i]); ...
10 years ago | 1 answer | 0
1
answerQuestion
I want to output the results of the matlab function 'why' in GUI. But i am unable to do so.. I can output numbers or specific text but i cannot output a result of another function when the answer is in the form of a string.
%i function pushbutton4_Callback(hObject, eventdata, handles) % hObject handle to pushbutton4 (see GCBO) % eventdata re...
11 years ago | 1 answer | 0
