<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>k-Wave User Forum &#187; Topic: Plotting from a GUI</title>
		<link>http://www.k-wave.org/forum/topic/plotting-from-a-gui</link>
		<description>Support for the k-Wave MATLAB toolbox</description>
		<language>en-US</language>
		<pubDate>Tue, 12 May 2026 21:59:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.k-wave.org/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.k-wave.org/forum/rss/topic/plotting-from-a-gui" rel="self" type="application/rss+xml" />

		<item>
			<title>Bradley Treeby on "Plotting from a GUI"</title>
			<link>http://www.k-wave.org/forum/topic/plotting-from-a-gui#post-91</link>
			<pubDate>Tue, 04 Jan 2011 02:23:17 +0000</pubDate>
			<dc:creator>Bradley Treeby</dc:creator>
			<guid isPermaLink="false">91@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi Claudio, thanks for feedback on the plotting functions. We have now implemented several new plotting options ready for the next release, including auto and decibel plot scale options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Claudio on "Plotting from a GUI"</title>
			<link>http://www.k-wave.org/forum/topic/plotting-from-a-gui#post-80</link>
			<pubDate>Wed, 27 Oct 2010 12:40:15 +0000</pubDate>
			<dc:creator>Claudio</dc:creator>
			<guid isPermaLink="false">80@http://www.k-wave.org/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
thanks for this amazing toolbox! I switched to K-Wave from Comsol for ultrasound applications, and find it way more adaptable thanks to the Matlab environment.&#60;br /&#62;
I'm developing a GUI to automatize the definition of the medium, and found that the plotting sequence in kspaceFirstOrder2D bugged when called from within a GUI.&#60;br /&#62;
To avoid that I had to change line 1205 to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;pbar=waitbar(t_index/length(t_array),pbar);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and add a call to a specific figure before line 1224, to avoid kspaceFirstOrder2D to plot in the GUI axis:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
figure(500)&#60;br /&#62;
imagesc(kgrid.x(1,:)*scale, kgrid.z(:,1)*scale, p_plot, plot_scale);
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Also, I'm working with low amplitude radiations of the main ultrasound wave, which would not appear in a standard &#34;imagesc&#34; plot, so I converted the plotted variable p_plot to a Decibel scale with a lower threshold at -50dB: it would be nice to have it integrated as an option in K-Wave!&#60;/p&#62;
&#60;p&#62;Keep up the good work,&#60;br /&#62;
Claudio
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
